This commit is contained in:
Dax Raad
2025-12-26 14:34:40 -06:00
committed by Aiden Cline
parent 2774e4f6fd
commit 1024724cc6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { Script } from "@opencode-ai/script"
import { $ } from "bun"
if (!Script.preview) {
await $`gh release edit ${process.env.OPENCODE_RELEASE_TAG} --draft=false`
await $`gh release edit v${Script.version} --draft=false`
}
await $`bun install`