From 9693211743116c4ccca5e26a94233d4dc75e6c5a Mon Sep 17 00:00:00 2001 From: Suyog Tandel Date: Thu, 8 Jan 2026 21:35:05 +0530 Subject: [PATCH] fix: actually fix the version of tauri actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6000b00..0a8e7c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: # Step 1: Generate auto-generated changelog (using a community Action) - name: Generate Changelog id: changelog - uses: requarks/changelog-action@v0 + uses: requarks/changelog-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} tag: v${{ env.version }} @@ -108,7 +108,7 @@ jobs: } >> $GITHUB_OUTPUT # Step 3: Publish the release with combined release body - - uses: tauri-apps/tauri-action@v1 + - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: