Skip to content

Commit

Permalink
Fix release GitHub action for PNPM publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Xennis committed Jul 1, 2024
1 parent cb34eef commit 883c25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Publish packages
run: pnpm publish --recursive --no-git-checks --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
npm_config__authtoken: ${{ secrets.NPM_TOKEN }}

0 comments on commit 883c25a

Please sign in to comment.