Skip to content

Commit 356aa5e

Browse files
committedNov 2, 2022
publish package to public scope
·
v1.0.5v1.0.0
1 parent 98e747e commit 356aa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
node-version: 16
2828
registry-url: https://registry.npmjs.org/
2929
- run: npm ci
30-
- run: npm publish
30+
- run: npm publish --access public
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)
Please sign in to comment.