From d48913b656a0c446ff0da46a138275b90e595fc1 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 29 Jan 2026 12:28:48 -0500 Subject: [PATCH] sync --- script/publish.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/publish.ts b/script/publish.ts index 1736cbe68f..bfd75fa32b 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -72,7 +72,7 @@ if (Script.release) { await $`git cherry-pick HEAD..origin/dev`.nothrow() await $`git push origin HEAD --tags --no-verify --force-with-lease` await new Promise((resolve) => setTimeout(resolve, 5_000)) - await $`gh release edit v${Script.version} --draft --title "v${Script.version}" --notes ${notes.join("\n") || "No notable changes"}` + await $`gh release edit v${Script.version} --title "v${Script.version}" --notes ${notes.join("\n") || "No notable changes"}` } console.log("\n=== cli ===\n")