Skip to content

Commit e4f5d28

Browse files
authored
Update npm-publish.yml
1 parent 355c140 commit e4f5d28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
VERSION=${{ github.event.release.name }}
3333
jq --arg version "$VERSION" '.version = $version' package.json > temp.json && mv temp.json package.json
3434
- run: npm ci
35-
- run: npm publish
35+
- run: npm publish --access=public
3636
env:
3737
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)