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 f70b535 commit 0ac0294Copy full SHA for 0ac0294
.github/workflows/release.yml
@@ -85,4 +85,4 @@ jobs:
85
key: cache-${{ github.run_id }}-v14
86
-
87
name: Publish to NPM
88
- run: NODE_AUTH_TOKEN=${{secrets.NPM_TOKEN}} npm publish
+ run: NODE_AUTH_TOKEN=${{secrets.NPM_TOKEN}} npm publish --access public
0 commit comments