diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 3a59185..62e2ce7 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -130,7 +130,7 @@ jobs: run: node scripts/write-tauri-channel-config.js "${{ runner.temp }}/tauri.channel.conf.json" - name: Build and publish Beta prerelease - uses: tauri-apps/tauri-action@84b9d35b5fc46c1e45415bdb6144030364f7ebc5 # action-v0.6.2 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # action-v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FRONTEND_SKIP_BUILD: '1' diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 09359e6..0a21053 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -240,7 +240,7 @@ jobs: # ---------- Build & publish ---------- - name: Build and publish Nightly prerelease - uses: tauri-apps/tauri-action@84b9d35b5fc46c1e45415bdb6144030364f7ebc5 # action-v0.6.2 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # action-v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FRONTEND_SKIP_BUILD: '1' diff --git a/.github/workflows/publish-stable.yml b/.github/workflows/publish-stable.yml index 925f110..c7b4c53 100644 --- a/.github/workflows/publish-stable.yml +++ b/.github/workflows/publish-stable.yml @@ -167,7 +167,7 @@ jobs: # ---------- Build & publish with Tauri action ---------- - name: Build and create GitHub Release (draft) - uses: tauri-apps/tauri-action@84b9d35b5fc46c1e45415bdb6144030364f7ebc5 # action-v0.6.2 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # action-v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # We already built the Frontend; tell Backend/Tauri to skip any beforeBuildCommand