Skip to content

Commit 7a88205

Browse files
ci: install dependencies before npm publish on release (#217)
1 parent ffe6f2b commit 7a88205

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Enable Corepack
2828
run: corepack enable
2929

30+
- name: Install dependencies
31+
run: yarn install --immutable
32+
3033
- uses: Swatinem/rust-cache@v2
3134

3235
- name: Install npm CLI

0 commit comments

Comments
 (0)