Skip to content

Commit

Permalink
Update release workflow to skip pnpm installation during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDevAU committed Jan 17, 2025
1 parent fe9f51e commit bf5b7be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
node-version: 20.x

- uses: pnpm/action-setup@v4
name: "Setup pnpm"
with:
run_install: false

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit bf5b7be

Please sign in to comment.