mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci
This commit is contained in:
parent
fa6c060324
commit
a762da7cab
@ -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…
x
Reference in New Issue
Block a user