summaryrefslogtreecommitdiff
path: root/tools/release/04_post_publish.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/release/04_post_publish.ts')
-rwxr-xr-xtools/release/04_post_publish.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release/04_post_publish.ts b/tools/release/04_post_publish.ts
index b9da77c05..c6776f408 100755
--- a/tools/release/04_post_publish.ts
+++ b/tools/release/04_post_publish.ts
@@ -50,7 +50,7 @@ async function forwardReleaseCommitToMain() {
"checkout",
"-b",
newBranchName,
- "main",
+ "origin/main",
]);
await repo.runCommand([
"git",