mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 13:09:46 +00:00
ci
This commit is contained in:
parent
a3fbbece9a
commit
c1ee6d6c41
4 changed files with 4 additions and 7 deletions
|
|
@ -37,10 +37,6 @@ await Bun.file(`./dist/${pkg.name}/package.json`).write(
|
|||
)
|
||||
|
||||
const tags = [Script.channel]
|
||||
if (!Script.preview) {
|
||||
const major = Script.version.split(".")[0]
|
||||
tags[0] = `latest-${major}`
|
||||
}
|
||||
|
||||
const tasks = Object.entries(binaries).map(async ([name]) => {
|
||||
if (process.platform !== "win32") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue