File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 9
9
next :
10
10
description : " Next version"
11
11
required : false
12
+ branch :
13
+ description : " The branch to use when releasing"
14
+ required : true
15
+ default : " master"
16
+ type : string
12
17
13
18
jobs :
14
19
release :
17
22
- uses : actions/checkout@v3
18
23
with :
19
24
fetch-depth : 0
25
+ ref : ${{ github.event.inputs.branch }}
20
26
- name : Set release version
21
27
env :
22
28
RELEASE_VERSION : ${{ github.event.inputs.version }}
Original file line number Diff line number Diff line change 32
32
<properties >
33
33
<maven .compiler.source>17</maven .compiler.source>
34
34
<maven .compiler.target>17</maven .compiler.target>
35
- <maven .compiler.release>11 </maven .compiler.release>
35
+ <maven .compiler.release>17 </maven .compiler.release>
36
36
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
37
37
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
38
38
You can’t perform that action at this time.
0 commit comments