Skip to content

Commit

Permalink
fix: release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoesle committed May 15, 2024
1 parent 3eddf84 commit 4236258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
needs: github-release
uses: ./.github/workflows/workflow-bump-version.yaml
with:
connect-bump-version: ${{ github.event.inputs.release-connect }}
connect-bump-version: ${{ github.event.inputs.release-connect == true }}
connect-new-maven-version: ${{ github.event.inputs.connect-maven-new-version }}
platform-bump-version: ${{ github.event.inputs.release-platform }}
platform-bump-version: ${{ github.event.inputs.release-platform == true }}
platform-new-maven-version: ${{ github.event.inputs.platform-maven-new-version }}
secrets: inherit

0 comments on commit 4236258

Please sign in to comment.