mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
chore: don't flip github draft release automatically
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user