From 6b504aaae122735d0bdec207bef18abc1ea141c7 Mon Sep 17 00:00:00 2001 From: LyAhn Date: Sun, 14 Jun 2026 19:31:12 +0100 Subject: [PATCH] ci(release): pin tauri-action to v0.6.2 (the v1 ref does not exist) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 242ea79..41b9738 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Build and create draft release - uses: tauri-apps/tauri-action@v1 + uses: tauri-apps/tauri-action@v0.6.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Updater artifact signing (Phase 3) — set these repo secrets once