Fix rebase before committing updates to ensure latest changes are included
Some checks failed
Texture Pack Packaging and Release / package-and-release (push) Failing after 16s
Some checks failed
Texture Pack Packaging and Release / package-and-release (push) Failing after 16s
This commit is contained in:
@ -79,9 +79,9 @@ jobs:
|
||||
|
||||
- name: Commit updates
|
||||
run: |
|
||||
git pull origin main --rebase
|
||||
git add versions.txt pack/pack.mcmeta MineDivinity-Pack.zip MineDivinity-Pack.sha1.txt
|
||||
git commit -m "Update to version ${{ env.VERSION }} [skip ci]"
|
||||
git pull origin main --rebase
|
||||
git push origin main
|
||||
|
||||
- name: Delete existing release
|
||||
|
Reference in New Issue
Block a user