Skip to content

Commit f3614cd

Browse files
committed
fix: Install dependencies in verify-assets job
1 parent b366292 commit f3614cd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,15 @@ jobs:
141141
with:
142142
node-version: 20
143143

144+
- name: Setup pnpm
145+
uses: pnpm/action-setup@v2
146+
with:
147+
version: latest
148+
149+
- name: Install dependencies
150+
run: pnpm install --no-frozen-lockfile
151+
shell: bash
152+
144153
- name: Verify all release assets are uploaded
145154
env:
146155
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)