This commit is contained in:
parent
647da5c4d9
commit
e0a737a643
2 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
chmod +x update-version.sh
|
chmod +x update-version.sh
|
||||||
./update-version.sh
|
./update-version.sh
|
||||||
|
git push origin HEAD:${{ github.ref_name }}
|
||||||
- name: Extract version from pom.xml
|
- name: Extract version from pom.xml
|
||||||
id: get-version
|
id: get-version
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -44,7 +44,6 @@ git pull
|
||||||
git stash pop
|
git stash pop
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Automated update by Forgejo Actions"
|
git commit -m "Automated update by Forgejo Actions"
|
||||||
git push origin HEAD:${{ github.ref_name }}
|
|
||||||
|
|
||||||
# Remove unnecessary backup file
|
# Remove unnecessary backup file
|
||||||
rm -f pom.xml.versionsBackup
|
rm -f pom.xml.versionsBackup
|
||||||
|
|
Loading…
Reference in a new issue