diff options
Diffstat (limited to 'script')
| -rwxr-xr-x | script/publish.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/script/publish.ts b/script/publish.ts index b7ed5c822..334a73492 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -1,7 +1,7 @@ #!/usr/bin/env bun -import { $ } from "bun" import { Script } from "@opencode-ai/script" +import { $ } from "bun" import { fileURLToPath } from "url" const highlightsTemplate = ` @@ -67,6 +67,8 @@ if (Script.release) { await new Promise((resolve) => setTimeout(resolve, 5_000)) } + await import(`../packages/desktop/scripts/finalize-latest-json.ts`) + await $`gh release edit v${Script.version} --draft=false --repo ${process.env.GH_REPO}` } |
