From e86171da97c711d4ce8499171e415a9b94828733 Mon Sep 17 00:00:00 2001 From: Suyog Tandel Date: Thu, 8 Jan 2026 21:33:11 +0530 Subject: [PATCH] fix:tauri actions version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26410ad..6000b00 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@v1 + uses: requarks/changelog-action@v0 with: token: ${{ secrets.GITHUB_TOKEN }} tag: v${{ env.version }}