Skip to content

Commit c576f6a

Browse files
committed
fix(cd): fix publish script
1 parent b1c0073 commit c576f6a

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
@@ -22,7 +22,7 @@ jobs:
2222
run: yarn typecheck
2323

2424
- name: Publish
25-
run: npm publish
25+
run: npm publish --access public
2626

2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN_ORG }}

0 commit comments

Comments
 (0)