mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-21 05:10:58 +08: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