Skip to content

Commit

Permalink
ci: update release pipeline for java21 (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Dec 5, 2024
1 parent 939bebf commit 43a6d27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-perform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
uses: quarkiverse/.github/.github/workflows/perform-release.yml@main
secrets: inherit
with:
java_version: 21
version: ${{github.event.inputs.tag || github.ref_name}}
2 changes: 2 additions & 0 deletions .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ jobs:
if: ${{ github.event.pull_request.merged == true}}
uses: quarkiverse/.github/.github/workflows/prepare-release.yml@main
secrets: inherit
with:
java_version: 21

0 comments on commit 43a6d27

Please sign in to comment.