mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 22:03:58 +00:00
chore: don't flip github draft release automatically
This commit is contained in:
parent
45b09c1465
commit
77f11dfabe
@ -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…
x
Reference in New Issue
Block a user