This commit is contained in:
parent
647da5c4d9
commit
e0a737a643
2 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue