Skip to content

Commit bf5b7be

Browse files
committed
Update release workflow to skip pnpm installation during setup
1 parent fe9f51e commit bf5b7be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
node-version: 20.x
2222

2323
- uses: pnpm/action-setup@v4
24+
name: "Setup pnpm"
25+
with:
26+
run_install: false
27+
2428
- name: Install dependencies
2529
run: pnpm install
2630

0 commit comments

Comments
 (0)