Fix for maven versions

This commit is contained in:
JW
2023-09-13 06:38:46 +02:00
parent 05ce745dc8
commit 7641d4d33d
8 changed files with 8 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add README.MD
git add README.md
git add pom.xml && git add '**/pom.xml'
git commit -m "Update version in pom.xml"
- name: Push changes