Add some more options for Keycloak version when downloading builtin theme (in the prompt)

This commit is contained in:
Joseph Garrone 2024-03-16 05:42:27 +01:00
parent 23e5f553d4
commit 2c55d13f91

View File

@ -22,7 +22,7 @@ export async function promptKeycloakVersion() {
const tags = [
...(await getLatestsSemVersionedTag({
"count": 10,
"count": 15,
"owner": "keycloak",
"repo": "keycloak"
}).then(arr => arr.map(({ tag }) => tag))),