We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ace3cb commit 7f8d28eCopy full SHA for 7f8d28e
1 file changed
.github/workflows/release.yaml
@@ -74,6 +74,7 @@ jobs:
74
with:
75
node-version: 20
76
registry-url: 'https://npm.pkg.github.com'
77
+ scope: ${{ github.repository_owner }}
78
- run: |
79
sed -i 's+"name": ".*+"name": "@${{ github.repository }}",+gI' ./package.json
80
npm publish
0 commit comments