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 99 next :
1010 description : " Next version"
1111 required : false
12+ branch :
13+ description : " The branch to use when releasing"
14+ required : true
15+ default : " master"
16+ type : string
1217
1318jobs :
1419 release :
1722 - uses : actions/checkout@v3
1823 with :
1924 fetch-depth : 0
25+ ref : ${{ github.event.inputs.branch }}
2026 - name : Set release version
2127 env :
2228 RELEASE_VERSION : ${{ github.event.inputs.version }}
Original file line number Diff line number Diff line change 3232 <properties >
3333 <maven .compiler.source>17</maven .compiler.source>
3434 <maven .compiler.target>17</maven .compiler.target>
35- <maven .compiler.release>11 </maven .compiler.release>
35+ <maven .compiler.release>17 </maven .compiler.release>
3636 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3737 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
3838
You can’t perform that action at this time.
0 commit comments