This commit is contained in:
Dax Raad 2025-12-20 09:57:19 -05:00
parent 4c3336bbe7
commit b1b8f6cf71
3 changed files with 4 additions and 4 deletions

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`