Skip to content

Commit 80c494c

Browse files
committed
fix: retrieve latest Quarkus version from registry by default
Signed-off-by: Chris Laprun <claprun@redhat.com>
1 parent 7f7144f commit 80c494c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-for-quarkus-version.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_call:
55
inputs:
66
quarkus-version-jq-cmd:
7+
description: 'jq command to extract which Quarkus version to use from https://registry.quarkus.io/client/platforms'
78
type: string
89
required: false
910
quarkus-version:
@@ -30,6 +31,11 @@ on:
3031
default: 'default'
3132
workflow_dispatch:
3233
inputs:
34+
quarkus-version-jq-cmd:
35+
description: 'jq command to extract which Quarkus version to use from https://registry.quarkus.io/client/platforms'
36+
type: string
37+
required: false
38+
default: '.platforms[0]."current-stream-id" as $current | .platforms[0].streams[] | select(.id == $current) | .releases[0].version'
3339
josdk-pr:
3440
description: 'JOSDK PR number (or main) to use to build QOSDK with'
3541
type: string

0 commit comments

Comments
 (0)