4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 13:06:56 +00:00

Update src/run.ts

Co-authored-by: Sander Verweij <sverweij@users.noreply.github.com>
This commit is contained in:
Joe Previte 2022-10-26 12:25:16 -07:00 committed by GitHub
parent 16399bb4df
commit 25628192e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,9 @@ export async function getLatestHelmVersion(): Promise<string> {
releases(first: 100, orderBy: {field: CREATED_AT, direction: DESC}) {
nodes {
tagName
isLatest
isDraft
isPrerelease
}
}
}