diff --git a/.gitea/workflows/gui-version-release.yml b/.gitea/workflows/gui-version-release.yml index 5364a79..d57da42 100644 --- a/.gitea/workflows/gui-version-release.yml +++ b/.gitea/workflows/gui-version-release.yml @@ -152,12 +152,12 @@ jobs: $BRANCH = "${{ github.ref_name }}" Write-Host "Committing to branch: $BRANCH" - git commit -m "[skip ci] 🤖 自动更新版本到 v$VERSION" + git commit -m "[skip ci] Update version to v$VERSION" git push origin $BRANCH - Write-Host "✅ Version changes committed and pushed to $BRANCH" + Write-Host "Version changes committed and pushed to $BRANCH" } else { - Write-Host "ℹ️ No changes to commit" + Write-Host "No changes to commit" } # Step 6: Display summary