Skip to content

Commit 53518c0

Browse files
committed
Commit and push as github actions bot
1 parent bbd6218 commit 53518c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
server-password: SONATYPE_TOKEN
2323
- name: Release with Maven
2424
run: |
25+
git config user.name "github-actions[bot]"
26+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
2527
mvn -B -ntp -Dstyle.color=always release:prepare
2628
VERSION=`cat release.properties | grep scm.tag= | cut -d'=' -f2`
2729
mvn -B -ntp -Dstyle.color=always release:perform

0 commit comments

Comments
 (0)