2 Commits

Author SHA1 Message Date
21c48a6486 Update to version 1.2.4 [skip ci] 2025-06-23 00:31:43 +00:00
917753f7d1 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
2025-06-23 02:31:24 +02:00
5 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -0,0 +1 @@
4c7587735fbad76b0078c9d224fa815b680885ba MineDivinity-Pack.zip

Binary file not shown.

View File

@ -8,7 +8,7 @@
"color": "#FF5555"
},
{
"text": "v1.2.3",
"text": "v1.2.4",
"bold": true,
"color": "#FFAA00"
}

View File

@ -21,3 +21,4 @@ New version: 1.2.0
New version: 1.2.1
New version: 1.2.2
New version: 1.2.3
New version: 1.2.4