diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index 9f7c9e122..adc2b5058 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -244,7 +244,7 @@ jobs: echo "Apple codesign env configured from repo secrets." - name: Build and publish desktop bundles - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ startsWith(github.ref, 'refs/tags/') && secrets.TAURI_SIGNING_PRIVATE_KEY || '' }}