Skip to content

Commit 4a17f48

Browse files
fix: pnpm needs installation before publish
1 parent 6bdc7d7 commit 4a17f48

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
@@ -74,6 +74,8 @@ jobs:
7474
with:
7575
cache: pnpm
7676
registry-url: https://registry.npmjs.org/
77+
- name: Install dependencies
78+
run: pnpm install
7779
- name: Download binaries
7880
uses: actions/download-artifact@v4
7981
with:

0 commit comments

Comments
 (0)