From 3d79b227d77262934e2fc859d414d791edf705c6 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Mon, 15 Jun 2026 00:26:12 +0700 Subject: [PATCH] fix(ci): remove auto-commit to prevent infinite loop Tag created by softprops/action-gh-release is the single source of truth. Version bump in tauri.conf.json + Cargo.toml is local to the build only. Co-Authored-By: Claude --- .github/workflows/android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e0d105b..87f73a8 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -147,6 +147,7 @@ jobs: - name: Create Release and upload APK if: github.event_name != 'pull_request' + id: release uses: softprops/action-gh-release@v2 with: tag_name: v${{ steps.version.outputs.version }}