mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Use email variable for GitHub Bot git email
This commit is contained in:
parent
796dd94674
commit
12c9c6c1f0
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
NEXT_VERSION=$COMPUTED_NEXT_VERSION
|
NEXT_VERSION=$COMPUTED_NEXT_VERSION
|
||||||
fi
|
fi
|
||||||
./mvnw -ntp -B versions:set versions:commit -DnewVersion=$RELEASE_VERSION -pl :mapstruct-parent -DgenerateBackupPoms=false
|
./mvnw -ntp -B versions:set versions:commit -DnewVersion=$RELEASE_VERSION -pl :mapstruct-parent -DgenerateBackupPoms=false
|
||||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "${{ vars.GH_BOT_EMAIL }}"
|
||||||
git config --global user.name "GitHub Action"
|
git config --global user.name "GitHub Action"
|
||||||
git commit -a -m "Releasing version $RELEASE_VERSION"
|
git commit -a -m "Releasing version $RELEASE_VERSION"
|
||||||
git push
|
git push
|
||||||
|
Loading…
x
Reference in New Issue
Block a user