diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd8bc16..1205008 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: - run: pnpm install --frozen-lockfile --ignore-scripts - name: Build, sign, and publish - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Tauri updater signing — required for the in-app auto-update to