mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci
This commit is contained in:
parent
fa6c060324
commit
a762da7cab
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ await Bun.file(`./dist/${pkg.name}/package.json`).write(
|
|||
const tags = [Script.channel]
|
||||
if (!Script.preview) {
|
||||
const major = Script.version.split(".")[0]
|
||||
tags.push(`latest-${major}`)
|
||||
tags[0] = `latest-${major}`
|
||||
}
|
||||
|
||||
const tasks = Object.entries(binaries).map(async ([name]) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue