From 53518c0e677dbe8d0fd7e48bc00e208f497acc73 Mon Sep 17 00:00:00 2001 From: Stijn Dejongh Date: Wed, 20 Nov 2024 17:13:27 +0100 Subject: [PATCH] Commit and push as github actions bot --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40c0dcd..ffba127 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,8 @@ jobs: server-password: SONATYPE_TOKEN - name: Release with Maven run: | + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" mvn -B -ntp -Dstyle.color=always release:prepare VERSION=`cat release.properties | grep scm.tag= | cut -d'=' -f2` mvn -B -ntp -Dstyle.color=always release:perform