Skip to content

Commit 2c24171

Browse files
committed
Run cherry-pick asynchronously
1 parent c1ab158 commit 2c24171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/promote_release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class ReleasePromotion {
327327
runSync('git', ['pull', '--rebase', 'upstream', 'master']);
328328

329329
// There will be conflicts.
330-
runSync('git', ['cherry-pick', releaseCommitSha]);
330+
await runAsync('git', ['cherry-pick', releaseCommitSha]);
331331
}
332332
}
333333

0 commit comments

Comments
 (0)