Skip to content

Commit

Permalink
chore: Release script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Oct 30, 2020
1 parent 2448b35 commit b20c05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b20c05d

Please sign in to comment.