Skip to content

Commit

Permalink
Fix: force NPM to publish the package as public
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartherbert committed Apr 5, 2024
1 parent 5c375d0 commit e778753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- run: npm run cover
env:
CI: true
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit e778753

Please sign in to comment.