We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026b3cc commit d76e144Copy full SHA for d76e144
1 file changed
script/publish-complete.ts
@@ -1,11 +1,11 @@
1
#!/usr/bin/env bun
2
3
-// import { Script } from "@opencode-ai/script"
+import { Script } from "@opencode-ai/script"
4
import { $ } from "bun"
5
6
-// if (!Script.preview) {
7
-// await $`gh release edit v${Script.version} --draft=false`
8
-// }
+if (!Script.preview) {
+ await $`gh release edit v${Script.version} --draft=false`
+}
9
10
await $`bun install`
11
0 commit comments