File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@v4
11
+ run : |
12
+ git config user.name "github-actions[bot]"
13
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
14
+
11
15
- name : Set up JDK
12
16
uses : actions/setup-java@v4
13
17
with :
20
24
gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }} # has to be read directly from secrets
21
25
gpg-passphrase : MAVEN_GPG_PASSPHRASE # default name used by maven-gpg-plugin
22
26
23
- - name : Setup git profile
24
- run : |
25
- git config user.name "GitHub Actions"
26
- git config user.email "[email protected] "
27
-
28
27
- name : Release new version
29
28
run : mvn -Dmaven.test.skip=true -Darguments=-DskipTests -ntp -B release:clean release:prepare release:perform -P release
30
29
env :
You can’t perform that action at this time.
0 commit comments