Skip to content

Commit bc8310e

Browse files
authored
Update release.yml
1 parent 9b10b6d commit bc8310e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sudo apt-get update
2929
sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev libasound2-dev libdbus-1-dev libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
3030
- name: install frontend dependencies
31-
run: yarn install # change this to npm or pnpm depending on which one you use
31+
run: pnpm install # change this to npm or pnpm depending on which one you use
3232
- uses: tauri-apps/tauri-action@v0
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)