File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838
3939 - name : Update version
4040 if : ${{ success() }}
41- run : ./mvnw --batch-mode --no-transfer-progress versions:set -DnewVersion=${{github.event.inputs.version}} -Dgib.referenceBranch=refs/remotes/origin/${{github.event.inputs.branch}} versions:commit
41+ run : ./mvnw --batch-mode --no-transfer-progress versions:set -DnewVersion=${{github.event.inputs.version}} -Dgib.disable versions:commit
4242
4343 - name : Publish to the Maven Central Repository
4444 if : ${{ success() }}
Original file line number Diff line number Diff line change 305305 <version >${gitflow-incremental-builder.version} </version >
306306 <extensions >true</extensions >
307307 <configuration >
308- <disableIfBranchMatches >develop|support/** </disableIfBranchMatches >
308+ <disableIfBranchMatches >develop|support/*</disableIfBranchMatches >
309309 <fetchReferenceBranch >true</fetchReferenceBranch >
310310 <referenceBranch >refs/remotes/origin/develop</referenceBranch >
311311 <buildUpstream >always</buildUpstream >
You can’t perform that action at this time.
0 commit comments