Skip to content

Commit 7b2853a

Browse files
committed
fix: revert tauri-action to @v0 (v1 tag does not exist)
1 parent e176948 commit 7b2853a

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
@@ -68,7 +68,7 @@ jobs:
6868
run: npm ci
6969

7070
- name: Build and release
71-
uses: tauri-apps/tauri-action@v1
71+
uses: tauri-apps/tauri-action@v0
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}

0 commit comments

Comments
 (0)