diff --git a/lib/run.js b/lib/run.js index c2ed762..890b64d 100644 --- a/lib/run.js +++ b/lib/run.js @@ -134,6 +134,7 @@ function getLatestHelmVersionFor(type) { console.log(type); const token = core.getInput('token', { 'required': true }); const versions = yield graphql_1.graphql(` + { repository(name:"helm", owner:"helm") { releases(last: 100) { nodes { diff --git a/src/run.ts b/src/run.ts index f773701..5b10b22 100644 --- a/src/run.ts +++ b/src/run.ts @@ -112,6 +112,7 @@ async function getLatestHelmVersionFor(type) { const token = core.getInput('token', { 'required': true }); const versions = await graphql( ` + { repository(name:"helm", owner:"helm") { releases(last: 100) { nodes {