Skip to content

Commit d76e144

Browse files
committed
ci
1 parent 026b3cc commit d76e144

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

script/publish-complete.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env bun
22

3-
// import { Script } from "@opencode-ai/script"
3+
import { Script } from "@opencode-ai/script"
44
import { $ } from "bun"
55

6-
// if (!Script.preview) {
7-
// await $`gh release edit v${Script.version} --draft=false`
8-
// }
6+
if (!Script.preview) {
7+
await $`gh release edit v${Script.version} --draft=false`
8+
}
99

1010
await $`bun install`
1111

0 commit comments

Comments
 (0)