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 355c140 commit e4f5d28Copy full SHA for e4f5d28
1 file changed
.github/workflows/npm-publish.yml
@@ -32,6 +32,6 @@ jobs:
32
VERSION=${{ github.event.release.name }}
33
jq --arg version "$VERSION" '.version = $version' package.json > temp.json && mv temp.json package.json
34
- run: npm ci
35
- - run: npm publish
+ - run: npm publish --access=public
36
env:
37
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments