Skip to content

Commit

Permalink
fix: access public on github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Xstoudi committed Dec 25, 2023
1 parent e89bdff commit b720c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}

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

0 comments on commit b720c9a

Please sign in to comment.