Skip to content

Commit 51c2f9b

Browse files
committed
ci(release): go back to yarn to install dependencies
1 parent ba74528 commit 51c2f9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
uses: actions/setup-node@v4
3636
with:
3737
node-version: lts/*
38-
cache: 'pnpm'
3938

4039
- name: install Rust stable
4140
uses: dtolnay/rust-toolchain@stable # Set this to dtolnay/rust-toolchain@nightly
@@ -49,7 +48,7 @@ jobs:
4948
workspaces: './src-tauri -> target'
5049

5150
- name: install frontend dependencies
52-
run: pnpm install
51+
run: yarn install
5352

5453
- uses: tauri-apps/tauri-action@v0
5554
env:

0 commit comments

Comments
 (0)