Skip to content

Commit d54e384

Browse files
authored
chore(ci): fix spread logic (#372)
* chore(ci): fix spread logic * chore: early continue
1 parent 1607d96 commit d54e384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/codegen/spreadGeneration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async function spreadGeneration(): Promise<void> {
6868
console.log(
6969
`❎ Skipping ${lang} repository, because there is no change.`
7070
);
71-
return;
71+
continue;
7272
}
7373

7474
await configureGitHubAuthor(tempGitDir);

0 commit comments

Comments
 (0)