Skip to content

Commit b52e1a2

Browse files
committed
ci: add pnpm install step in release workflow
1 parent 7c59c95 commit b52e1a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
node-version-file: ".node-version"
2525
cache: "pnpm"
2626

27+
- run: pnpm install
28+
2729
- name: release
2830
run: npm i -g npm@^11.5.2 && pnpm publish --provenance --no-git-checks

0 commit comments

Comments
 (0)