From 08fa7f71884702df9ee2e69a840a1eaeb5685df7 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 30 Jan 2026 09:32:39 -0500 Subject: [PATCH] ci --- script/publish.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/script/publish.ts b/script/publish.ts index 84abe6a66a..1294f8d793 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -63,6 +63,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=false` } console.log("\n=== cli ===\n")