Skip to content

Commit b580731

Browse files
authored
Update npmpublish.yml
1 parent 2ab9705 commit b580731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: 12
2626
registry-url: https://registry.npmjs.org/
27-
- run: npm publish
27+
- run: npm publish --access public
2828
env:
2929
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
3030

0 commit comments

Comments
 (0)