Skip to content

Commit b4939a1

Browse files
authored
Update release.yml
1 parent 7623cfc commit b4939a1

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
@@ -48,7 +48,7 @@ jobs:
4848
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.
4949

5050
- name: install frontend dependencies
51-
run: yarn install # change this to npm, pnpm or bun depending on which one you use.
51+
run: pnpm install # change this to npm, pnpm or bun depending on which one you use.
5252

5353
- uses: tauri-apps/tauri-action@v0
5454
env:

0 commit comments

Comments
 (0)