chore: Release script fixes

This commit is contained in:
Daniel Azuma 2020-10-30 20:52:13 +00:00
parent 2448b35b62
commit b20c05ddf7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}