Skip to content

Commit

Permalink
publish public package
Browse files Browse the repository at this point in the history
  • Loading branch information
leonprou authored Jul 21, 2021
1 parent 7f8038a commit c30f04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Lint
run: yarn lint
- name: Publish to NPM
run: yarn publish
run: yarn publish --access public
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c30f04b

Please sign in to comment.