We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd6218 commit 53518c0Copy full SHA for 53518c0
.github/workflows/release.yml
@@ -22,6 +22,8 @@ jobs:
22
server-password: SONATYPE_TOKEN
23
- name: Release with Maven
24
run: |
25
+ git config user.name "github-actions[bot]"
26
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
27
mvn -B -ntp -Dstyle.color=always release:prepare
28
VERSION=`cat release.properties | grep scm.tag= | cut -d'=' -f2`
29
mvn -B -ntp -Dstyle.color=always release:perform
0 commit comments