Skip to content

Commit

Permalink
fixing .github configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Fameing committed Jan 8, 2024
1 parent c861608 commit a9ca5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-support-stream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Update version
if: ${{ success() }}
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
run: ./mvnw --batch-mode --no-transfer-progress versions:set -DnewVersion=${{github.event.inputs.version}} -Dgib.disable versions:commit

- name: Publish to the Maven Central Repository
if: ${{ success() }}
Expand Down

0 comments on commit a9ca5da

Please sign in to comment.