Skip to content

Commit f554945

Browse files
committed
Fix deploy action
1 parent 3b8a8ab commit f554945

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
@@ -60,6 +60,6 @@ jobs:
6060
run: yarn build
6161

6262
- name: Publish to NPM
63-
run: yarn publish
63+
run: yarn publish --access public
6464
env:
6565
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)