Skip to content

Commit

Permalink
fix: github action does not trigger a release because pnpm version is…
Browse files Browse the repository at this point in the history
… wrong
  • Loading branch information
sywhb committed Jul 24, 2024
1 parent 5a29e3b commit 0f7beb5
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 @@ -19,7 +19,7 @@ jobs:
node-version: 18
- uses: pnpm/action-setup@v4.0.0
with:
version: 9
version: 8.9.2
- name: Install dependencies
run: pnpm install
- name: Build
Expand Down

0 comments on commit 0f7beb5

Please sign in to comment.