diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e5abe9ff2..9798d013c 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -36,7 +36,7 @@ jobs: per_page: 10 }); var found = false; - prs.forEach(function(pr) { + prs.data.forEach(function(pr) { if (found || pr.user.login != "yoshi-code-bot" || !pr.title.startsWith("Release ")) { return; }