Skip to content

Commit 6523468

Browse files
committed
chore: Add dependency installation step to release workflow
1 parent b0abbb4 commit 6523468

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818

1919
- uses: pnpm/action-setup@v4
2020

21+
- name: Install dependencies
22+
run: pnpm install
23+
2124
- name: Build
2225
run: |
2326
pnpm build

0 commit comments

Comments
 (0)