Skip to content

Commit

Permalink
fix: retrieve latest Quarkus version from registry by default
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <claprun@redhat.com>
  • Loading branch information
metacosm committed Apr 29, 2024
1 parent 521d127 commit c0e303c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-for-quarkus-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_call:
inputs:
quarkus-version-jq-cmd:
description: 'jq command to extract which Quarkus version to use from https://registry.quarkus.io/client/platforms'
type: string
required: false
quarkus-version:
Expand All @@ -30,6 +31,11 @@ on:
default: 'default'
workflow_dispatch:
inputs:
quarkus-version-jq-cmd:
description: 'jq command to extract which Quarkus version to use from https://registry.quarkus.io/client/platforms'
type: string
required: false
default: '.platforms[0]."current-stream-id" as $current | .platforms[0].streams[] | select(.id == $current) | .releases[0].version'
josdk-pr:
description: 'JOSDK PR number (or main) to use to build QOSDK with'
type: string
Expand Down

0 comments on commit c0e303c

Please sign in to comment.