Skip to content

Commit

Permalink
Revert "Remove --access public"
Browse files Browse the repository at this point in the history
This reverts commit aa6466f.
  • Loading branch information
dapplion committed Nov 19, 2020
1 parent 7a61d2d commit a119ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit a119ec3

Please sign in to comment.