Skip to content

Commit 9f7f75b

Browse files
committed
Update publish.yml
1 parent 323a2d3 commit 9f7f75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
node-version: 12
1919
registry-url: https://registry.npmjs.org
2020
- name: 🚀 Publish
21-
run: npm publish --access publish
21+
run: npm publish --access public
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 commit comments

Comments
 (0)