Skip to content

Commit

Permalink
fix: update GitHub Actions workflow to use pnpm for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
phukon committed Jan 12, 2025
1 parent 5f05748 commit f7486ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm publish --no-git-checks

0 comments on commit f7486ae

Please sign in to comment.