mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci
This commit is contained in:
parent
4c3336bbe7
commit
b1b8f6cf71
3 changed files with 4 additions and 4 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue