We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e427e4 commit 1b2f28dCopy full SHA for 1b2f28d
1 file changed
.github/workflows/npm-publish.yml
@@ -25,6 +25,6 @@ jobs:
25
node-version: 16
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