mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-19 16:54:22 +01:00
ci: fix
This commit is contained in:
@@ -76,6 +76,10 @@ if (!snapshot) {
|
|||||||
id: session.data!.id,
|
id: session.data!.id,
|
||||||
},
|
},
|
||||||
body: {
|
body: {
|
||||||
|
model: {
|
||||||
|
providerID: "opencode",
|
||||||
|
modelID: "kimi-k2",
|
||||||
|
},
|
||||||
parts: [
|
parts: [
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text",
|
||||||
@@ -113,7 +117,6 @@ if (!snapshot) {
|
|||||||
notes.push(line)
|
notes.push(line)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
server.close()
|
server.close()
|
||||||
await $`gh release create v${version} --title "v${version}" --notes ${notes.join("\n") ?? "No notable changes"} ./packages/opencode/dist/*.zip`
|
await $`gh release create v${version} --title "v${version}" --notes ${notes.join("\n") ?? "No notable changes"} ./packages/opencode/dist/*.zip`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user