From 707ace7ba10f0a721e8dbc89b4934f8078647582 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Fri, 10 Oct 2025 14:15:24 +0800 Subject: [PATCH] =?UTF-8?q?[patch]=20=E4=BF=AE=E5=A4=8DCI/CD=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=B6=88=E6=81=AF=E4=B9=B1=E7=A0=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gui-version-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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