diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index bd3c5da..6f42588 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -107,7 +107,7 @@ jobs: run: yarn build - name: Build Tauri app and publish prerelease assets - uses: tauri-apps/tauri-action@v1 + uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1969c4..c65e0b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: run: yarn build - name: Build Tauri app and create draft release - uses: tauri-apps/tauri-action@v1 + uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: