mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
ci
This commit is contained in:
parent
026b3cc88d
commit
d76e1448f0
1 changed files with 4 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/env bun
|
||||
|
||||
// import { Script } from "@opencode-ai/script"
|
||||
import { Script } from "@opencode-ai/script"
|
||||
import { $ } from "bun"
|
||||
|
||||
// if (!Script.preview) {
|
||||
// await $`gh release edit v${Script.version} --draft=false`
|
||||
// }
|
||||
if (!Script.preview) {
|
||||
await $`gh release edit v${Script.version} --draft=false`
|
||||
}
|
||||
|
||||
await $`bun install`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue