We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0863034 commit 594bbceCopy full SHA for 594bbce
.github/workflows/node.js.yml
@@ -30,7 +30,7 @@ jobs:
30
- run: npm ci
31
- run: npm run build
32
33
- - run: npm publish
+ - run: npm publish --access public
34
if: github.event_name == 'push'
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments