We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab9705 commit b580731Copy full SHA for b580731
.github/workflows/npmpublish.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
node-version: 12
26
registry-url: https://registry.npmjs.org/
27
- - run: npm publish
+ - run: npm publish --access public
28
env:
29
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
30
0 commit comments