Add some more options for Keycloak version when downloading builtin theme (in the prompt)
This commit is contained in:
parent
23e5f553d4
commit
2c55d13f91
@ -22,7 +22,7 @@ export async function promptKeycloakVersion() {
|
|||||||
|
|
||||||
const tags = [
|
const tags = [
|
||||||
...(await getLatestsSemVersionedTag({
|
...(await getLatestsSemVersionedTag({
|
||||||
"count": 10,
|
"count": 15,
|
||||||
"owner": "keycloak",
|
"owner": "keycloak",
|
||||||
"repo": "keycloak"
|
"repo": "keycloak"
|
||||||
}).then(arr => arr.map(({ tag }) => tag))),
|
}).then(arr => arr.map(({ tag }) => tag))),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user