diff --git a/index.js b/index.js index b2b98ad..750788e 100644 --- a/index.js +++ b/index.js @@ -132,7 +132,7 @@ async function main () { const commitsRaw = await gh.rest.repos.compareCommitsWithBasehead({ owner, repo, - basehead: `${latestTag.name}...${branch}`, + basehead: `${prefix}${latestTag.name}...${branch}`, page: curPage, per_page: 100 })