Skip to content

Commit

Permalink
fix: pnpm needs installation before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Jan 11, 2025
1 parent 6bdc7d7 commit 4a17f48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
with:
cache: pnpm
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: pnpm install
- name: Download binaries
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 4a17f48

Please sign in to comment.