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