From d85ee80f85db057e6b6323e2ecbb9ebf55176b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Sat, 10 May 2025 11:14:14 +0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 95730c2e..4579a08b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -95,6 +95,7 @@ jobs: $version = '${{ needs.validate.outputs.version }}' (Get-Content BetterGenshinImpact/BetterGenshinImpact.csproj) -replace '.*', "$version" | Set-Content BetterGenshinImpact/BetterGenshinImpact.csproj - name: 自动提交更改 + if: github.repository_owner == 'babalae' uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Update version to ${{ needs.validate.outputs.version }}"