diff options
| author | Dax Raad <[email protected]> | 2026-01-30 09:32:39 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-30 09:36:57 -0500 |
| commit | 08fa7f71884702df9ee2e69a840a1eaeb5685df7 (patch) | |
| tree | 8c5e13720d4561186c4f73670c150a910f544dbd /script | |
| parent | 11d486707cf5e0ff5c35cf4dff531c4f020b70d0 (diff) | |
| download | opencode-08fa7f71884702df9ee2e69a840a1eaeb5685df7.tar.gz opencode-08fa7f71884702df9ee2e69a840a1eaeb5685df7.zip | |
ci
Diffstat (limited to 'script')
| -rwxr-xr-x | script/publish.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/publish.ts b/script/publish.ts index 84abe6a66..1294f8d79 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -63,6 +63,7 @@ if (Script.release) { await $`git cherry-pick HEAD..origin/dev`.nothrow() await $`git push origin HEAD --tags --no-verify --force-with-lease` await new Promise((resolve) => setTimeout(resolve, 5_000)) + await $`gh release edit v${Script.version} --draft=false` } console.log("\n=== cli ===\n") |
