Skip to content

Commit 48693bd

Browse files
authored
Update npm-publish.yml
1 parent d006bbd commit 48693bd

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
@@ -26,6 +26,6 @@ jobs:
2626
node-version: 16
2727
registry-url: https://registry.npmjs.org/
2828
- run: npm ci
29-
- run: npm publish
29+
- run: npm publish --access public
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)