Skip to content

Commit 4edcc68

Browse files
committed
fixing .github configuration
1 parent c861608 commit 4edcc68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-support-stream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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() }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
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>

0 commit comments

Comments
 (0)