From e47f99439585519feea1032e6a00c129d0595834 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Tue, 30 Mar 2021 10:42:46 +0200 Subject: [PATCH] WIP --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) 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