Skip to content

Commit 4d6cf0b

Browse files
committed
Fix: Correct tauri-action version to @v0
1 parent 2e4d370 commit 4d6cf0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: install frontend dependencies
4141
run: pnpm install
4242

43-
- uses: tauri-apps/tauri-action@v2
43+
- uses: tauri-apps/tauri-action@v0
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
with:

0 commit comments

Comments
 (0)