chore: don't flip github draft release automatically

This commit is contained in:
adamelmore 2026-01-26 16:30:15 -06:00
parent 45b09c1465
commit 77f11dfabe
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75

View File

@ -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`