diff --git a/.github/workflows/approveAndMergeReleasePR.js b/.github/workflows/approveAndMergeReleasePR.js index 9c283c7ea..36b16ac1a 100644 --- a/.github/workflows/approveAndMergeReleasePR.js +++ b/.github/workflows/approveAndMergeReleasePR.js @@ -252,5 +252,5 @@ async function createIssue(newBug, version, octokit) { )}: false\n**Additional Info:**\nSpec: ${newBug.spec}`, labels: ["tests"], }); - return issue.data.url; + return issue.data.html_url; }