From 25628192e0609b1f7edaf7d95a95cd7d59821ccf Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 26 Oct 2022 12:25:16 -0700 Subject: [PATCH] Update src/run.ts Co-authored-by: Sander Verweij --- src/run.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/run.ts b/src/run.ts index 8b37714..250ab1b 100644 --- a/src/run.ts +++ b/src/run.ts @@ -62,6 +62,9 @@ export async function getLatestHelmVersion(): Promise { releases(first: 100, orderBy: {field: CREATED_AT, direction: DESC}) { nodes { tagName + isLatest + isDraft + isPrerelease } } }