diff --git a/action.js b/action.js index 67474fb..3b86020 100644 --- a/action.js +++ b/action.js @@ -98,7 +98,7 @@ async function latestTagForBranch(allTags, branch) { branch: ref(qualifiedName: "${branch}") { head: target { ... on Commit { - history(first: 100, after: $cursor) { + history(first: 2, after: $cursor) { commits: nodes { sha: oid }