Skip to content

Commit 7bc9b84

Browse files
authored
Modify publish script to have public scope (#113)
1 parent 652c971 commit 7bc9b84

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
@@ -24,7 +24,7 @@ jobs:
2424
run: yarn build && yarn test
2525

2626
- name: Publish npm package
27-
run: yarn publish
27+
run: yarn publish --access public
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3030

0 commit comments

Comments
 (0)