update-version.sh and deploy.yaml
All checks were successful
ci / build (push) Successful in 2m58s

This commit is contained in:
miwr 2025-04-24 14:18:48 +02:00
parent 647da5c4d9
commit e0a737a643
2 changed files with 1 additions and 1 deletions

View file

@ -52,6 +52,7 @@ jobs:
run: |
chmod +x update-version.sh
./update-version.sh
git push origin HEAD:${{ github.ref_name }}
- name: Extract version from pom.xml
id: get-version
run: |

View file

@ -44,7 +44,6 @@ git pull
git stash pop
git add .
git commit -m "Automated update by Forgejo Actions"
git push origin HEAD:${{ github.ref_name }}
# Remove unnecessary backup file
rm -f pom.xml.versionsBackup