Skip to content

Commit

Permalink
Modify publish script to have public scope (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Nov 20, 2023
1 parent 652c971 commit 7bc9b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: yarn build && yarn test

- name: Publish npm package
run: yarn publish
run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 7bc9b84

Please sign in to comment.