Skip to content

Commit

Permalink
fix(publish-release): add --access + unquote token
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Mar 25, 2024
1 parent 9a88ce8 commit 11b3d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:

- name: Publish
if: steps.release.outputs.release_created
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: "${{secrets.NPM_AUTH_TOKEN}}"
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 11b3d63

Please sign in to comment.