mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-19 08:19:48 +08:00
Update publish.yml
This commit is contained in:
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -95,6 +95,7 @@ jobs:
|
||||
$version = '${{ needs.validate.outputs.version }}'
|
||||
(Get-Content BetterGenshinImpact/BetterGenshinImpact.csproj) -replace '<Version>.*</Version>', "<Version>$version</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 }}"
|
||||
|
||||
Reference in New Issue
Block a user