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:
parent
16399bb4df
commit
25628192e0
1 changed files with 3 additions and 0 deletions
|
|
@ -62,6 +62,9 @@ export async function getLatestHelmVersion(): Promise<string> {
|
|||
releases(first: 100, orderBy: {field: CREATED_AT, direction: DESC}) {
|
||||
nodes {
|
||||
tagName
|
||||
isLatest
|
||||
isDraft
|
||||
isPrerelease
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue