Skip to content

Commit 95e6803

Browse files
committed
fix: update command for publishing on NPM
1 parent 183ebf5 commit 95e6803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: npm publish
2323
run: |
2424
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
25-
npm publish
25+
npm publish --access public
2626
env:
2727
CI: true
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)