File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11
11
required : true
12
12
default : " X.Y.Z-SNAPSHOT"
13
13
jobs :
14
- publish :
14
+ prepare :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@v2
18
+ - run : |
19
+ git config --global user.name 'Cuong Tran'
20
+ git config --global user.email '[email protected] '
21
+
18
22
- uses : actions/setup-java@v2
19
23
with :
20
24
java-version : ' 11'
21
25
distribution : ' adopt'
22
26
- name : Prepare release
23
- run : mvn -V -B release:prepare -DdevelopmentVersion=${{ developmentVersion }} -DreleaseVersion=${{ github.event.inputs.releaseVersion }}
27
+ run : mvn -V -B -ntp release:prepare -DpreparationGoals=validate - DdevelopmentVersion=${{ github.event.inputs. developmentVersion }} -DreleaseVersion=${{ github.event.inputs.releaseVersion }}
Original file line number Diff line number Diff line change 36
36
<connection >scm:git:http://github.com/ctran/TinyRadius.git</connection >
37
37
<developerConnection >scm:git:http://github.com/ctran/TinyRadius.git</developerConnection >
38
38
<url >http://github.com/ctran/TinyRadius/</url >
39
- <tag >v1.1.2 </tag >
40
- </scm >
39
+ <tag >HEAD </tag >
40
+ </scm >
41
41
42
42
<properties >
43
43
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments