Browse Source

chore: don't flip github draft release automatically

adamelmore 3 weeks ago
parent
commit
77f11dfabe
1 changed files with 4 additions and 4 deletions
  1. 4 4
      script/publish-complete.ts

+ 4 - 4
script/publish-complete.ts

@@ -1,11 +1,11 @@
 #!/usr/bin/env bun
 #!/usr/bin/env bun
 
 
-import { Script } from "@opencode-ai/script"
+// import { Script } from "@opencode-ai/script"
 import { $ } from "bun"
 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`
 await $`bun install`