We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796dd94 commit 12c9c6cCopy full SHA for 12c9c6c
1 file changed
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
NEXT_VERSION=$COMPUTED_NEXT_VERSION
39
fi
40
./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"
+ git config --global user.email "${{ vars.GH_BOT_EMAIL }}"
42
git config --global user.name "GitHub Action"
43
git commit -a -m "Releasing version $RELEASE_VERSION"
44
git push
0 commit comments