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 2d73561 commit 53ed845Copy full SHA for 53ed845
.github/workflows/publish.yml
@@ -44,7 +44,7 @@ jobs:
44
45
echo "Publishing $VERSION with $NPM_TAG tag."
46
47
- npm publish --tag $NPM_TAG --provenance
+ npm publish --tag $NPM_TAG --provenance --access public
48
49
env:
50
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments