Skip to content

Commit 61d67e6

Browse files
committed
Fix deployment for package
1 parent a68b96b commit 61d67e6

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)