We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566e6eb commit d14ffb3Copy full SHA for d14ffb3
1 file changed
.github/workflows/realease.yml
@@ -14,6 +14,6 @@ jobs:
14
registry-url: 'https://registry.npmjs.org'
15
- run: npm install
16
- run: npm run build
17
- - run: npm publish
+ - run: npm publish --access public
18
env:
19
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments