mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
ci: fix
This commit is contained in:
parent
bccee29d2f
commit
c8c0373f1d
@ -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`
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user