Skip to content

Commit

Permalink
running npm publish with --access public
Browse files Browse the repository at this point in the history
  • Loading branch information
mflorin authored Dec 30, 2020
1 parent 375ba76 commit f476646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Publishing the package
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish
run: npm publish --access public

0 comments on commit f476646

Please sign in to comment.