Skip to content

Commit 12c9c6c

Browse files
committed
Use email variable for GitHub Bot git email
1 parent 796dd94 commit 12c9c6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
NEXT_VERSION=$COMPUTED_NEXT_VERSION
3939
fi
4040
./mvnw -ntp -B versions:set versions:commit -DnewVersion=$RELEASE_VERSION -pl :mapstruct-parent -DgenerateBackupPoms=false
41-
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
41+
git config --global user.email "${{ vars.GH_BOT_EMAIL }}"
4242
git config --global user.name "GitHub Action"
4343
git commit -a -m "Releasing version $RELEASE_VERSION"
4444
git push

0 commit comments

Comments
 (0)