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.
2 parents 19acb48 + fe1afdf commit 93c5530Copy full SHA for 93c5530
1 file changed
.github/workflows/npm-publish.yml
@@ -41,6 +41,6 @@ jobs:
41
node-version: 16
42
registry-url: https://registry.npmjs.org/
43
- run: npm ci
44
- - run: npm publish
+ - run: npm publish --access=public
45
env:
46
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments