Skip to content

Commit

Permalink
fix: update GitHub Actions workflow to use npm publish instead of pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
phukon committed Jan 12, 2025
1 parent f7486ae commit 4b8154a
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 @@ -28,4 +28,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm publish --no-git-checks
run: npm publish

0 comments on commit 4b8154a

Please sign in to comment.