diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7fbd3a634..cea719de4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,6 +118,8 @@ jobs: - name: Commit pom.xml run: | + git config user.name github-actions + git config user.email github-actions@github.com find . -name 'pom.xml' | xargs git add git commit -m "Updating to the new development version" git push