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 9db60d0 commit 632d015Copy full SHA for 632d015
.github/workflows/npmpublish.yml
@@ -25,6 +25,6 @@ jobs:
25
node-version: 12
26
registry-url: https://registry.npmjs.org/
27
- run: npm ci
28
- - run: npm publish
+ - run: npm publish --access=public
29
env:
30
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments