diff options
| author | Dax Raad <[email protected]> | 2025-10-02 01:14:28 -0400 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-10-02 05:18:01 +0000 |
| commit | c8c0373f1dd20c0208729600b1acaccdabb788ad (patch) | |
| tree | 994fb770834927a2c338093843eb294d05520a8e /script | |
| parent | bccee29d2f8a058e86b0140b907397d1a99a8c57 (diff) | |
| download | opencode-c8c0373f1dd20c0208729600b1acaccdabb788ad.tar.gz opencode-c8c0373f1dd20c0208729600b1acaccdabb788ad.zip | |
ci: fix
Diffstat (limited to 'script')
| -rwxr-xr-x | script/publish.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/script/publish.ts b/script/publish.ts index 93bd6633c..d76d6b35e 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -76,6 +76,10 @@ if (!snapshot) { id: session.data!.id, }, body: { + model: { + providerID: "opencode", + modelID: "kimi-k2", + }, parts: [ { type: "text", @@ -113,7 +117,6 @@ if (!snapshot) { notes.push(line) } } - server.close() await $`gh release create v${version} --title "v${version}" --notes ${notes.join("\n") ?? "No notable changes"} ./packages/opencode/dist/*.zip` } |
