diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbf21c49..0ec270f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,7 +112,7 @@ jobs: echo "APPLE_API_KEY_PATH=$key_path" >> "$GITHUB_ENV" - name: Build and publish - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}