We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cdf7b commit b0ca328Copy full SHA for b0ca328
1 file changed
.github/workflows/publish.yml
@@ -27,4 +27,4 @@ jobs:
27
env:
28
NODE_AUTH_TOKEN: ${{secrets.NPMJS_PUBLISH_SECRET}}
29
- run: npm install
30
- - run: npm publish
+ - run: npm publish --access public
0 commit comments