Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
e47f994395 |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -118,6 +118,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit pom.xml
|
- name: Commit pom.xml
|
||||||
run: |
|
run: |
|
||||||
|
git config user.name github-actions
|
||||||
|
git config user.email github-actions@github.com
|
||||||
find . -name 'pom.xml' | xargs git add
|
find . -name 'pom.xml' | xargs git add
|
||||||
git commit -m "Updating to the new development version"
|
git commit -m "Updating to the new development version"
|
||||||
git push
|
git push
|
||||||
|
Reference in New Issue
Block a user