diff options
| author | Dax Raad <[email protected]> | 2025-11-21 22:53:47 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-11-21 22:53:58 -0500 |
| commit | b5a039e5aed8d6b6c697d81d574df69c1321730e (patch) | |
| tree | 8dace19679607e282d1697f319b0b9a3f7d7a533 /script | |
| parent | 986cc0a01ca0704e84023ee1da4c4abe595c0f15 (diff) | |
| download | opencode-b5a039e5aed8d6b6c697d81d574df69c1321730e.tar.gz opencode-b5a039e5aed8d6b6c697d81d574df69c1321730e.zip | |
ci stuff
Diffstat (limited to 'script')
| -rwxr-xr-x | script/publish.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/publish.ts b/script/publish.ts index a5006b1c6..2d20057d2 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -115,5 +115,5 @@ if (!Script.preview) { 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 create v${Script.version} --title "v${Script.version}" --notes ${notes.join("\n") ?? "No notable changes"} ./packages/opencode/dist/*.zip` + await $`gh release create v${Script.version} --title "v${Script.version}" --notes ${notes.join("\n") ?? "No notable changes"} ./packages/opencode/dist/*.zip ./packages/opencode/dist/*.tar.gz` } |
