Skip to content

Commit

Permalink
fix: use pnpm instead
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Jan 11, 2025
1 parent acd30ab commit 6bdc7d7
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 @@ -84,6 +84,6 @@ jobs:
run: tree packages/${{inputs.package-name}}
- name: Publish to npm
# TODO: add dry-run as a workflow input
run: npm -r publish --dry-run
run: pnpm -r publish --dry-run
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

0 comments on commit 6bdc7d7

Please sign in to comment.