Skip to content

Commit 776a00c

Browse files
Update npm-publish.yml
1 parent 98b3c7b commit 776a00c

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
@@ -58,6 +58,6 @@ jobs:
5858
run: yarn build
5959

6060
- name: Publish to NPM
61-
run: yarn publish
61+
run: yarn publish --access public
6262
env:
6363
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)