mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Fix commit
This commit is contained in:
parent
f0670923a1
commit
18b2112e66
4
.github/workflows/update-version.yml
vendored
4
.github/workflows/update-version.yml
vendored
@ -46,6 +46,8 @@ jobs:
|
||||
run: |
|
||||
git config --local user.name "github-actions"
|
||||
git config --local user.email "github-actions@github.com"
|
||||
git fetch origin ${{ github.head_ref }}
|
||||
git checkout -B ${{ github.head_ref }} origin/${{ github.head_ref }}
|
||||
git add version.py
|
||||
git diff --quiet && git diff --staged --quiet || git commit -m "chore: Update version.py to match pyproject.toml"
|
||||
git push
|
||||
git push origin HEAD:${{ github.head_ref }}
|
||||
|
Loading…
Reference in New Issue
Block a user