Skip to content

Commit

Permalink
chore(ci): fix spread logic (#372)
Browse files Browse the repository at this point in the history
* chore(ci): fix spread logic

* chore: early continue
  • Loading branch information
eunjae-lee authored Apr 12, 2022
1 parent 1607d96 commit d54e384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/codegen/spreadGeneration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async function spreadGeneration(): Promise<void> {
console.log(
`❎ Skipping ${lang} repository, because there is no change.`
);
return;
continue;
}

await configureGitHubAuthor(tempGitDir);
Expand Down

0 comments on commit d54e384

Please sign in to comment.