Skip to content

Commit

Permalink
feat(gha): Tweak a step to make jooqx support multiple java versions #…
Browse files Browse the repository at this point in the history
  • Loading branch information
zero88 committed Jun 22, 2024
1 parent e5e1d2f commit 4bea070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jooqx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
os: [ 'ubuntu-latest' ]
with:
profile: 'jooqx'
version: ${{ needs.context.outputs.version }}
version: ${{ matrix.java == '17' && needs.context.outputs.version || format('{0}-jvm8', needs.context.outputs.version) }}
semanticVersion: ${{ needs.context.outputs.semanticVersion }}
hashVersion: ${{ needs.context.outputs.commitId }}
isRelease: ${{ needs.context.outputs.isRelease }}
Expand Down

0 comments on commit 4bea070

Please sign in to comment.