Skip to content

Commit

Permalink
chore: fix release flow for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavniran committed Oct 30, 2023
1 parent 72cdc73 commit 07b534f
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 @@ -91,7 +91,7 @@ jobs:
cache: "pnpm"

- name: Install deps
run: pnpm --frozen-lockfile
run: pnpm install --frozen-lockfile

- name: Clean
run: pnpm clean
Expand Down

0 comments on commit 07b534f

Please sign in to comment.