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 <noreply@anthropic.com>
This commit is contained in:
MythEclipse
2026-06-15 00:26:12 +07:00
co-authored by Claude
parent 853fee66b2
commit 3d79b227d7
+1
View File
@@ -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 }}