This commit is contained in:
di-sukharev
2023-05-20 19:03:04 +08:00
parent b7938e3488
commit 90361b65ee
2 changed files with 2 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ async function improveCommitMessagesWithRebase({
outro('Force pushing interactively rebased commits into remote origin.');
// Force push the rebased commits
await execa('git', ['push', 'origin', `+${context.ref}`]);
await execa('git', ['push', 'origin', `+${source}`]);
outro('Done ⏱️');
}