This commit is contained in:
Dax Raad 2025-12-09 21:49:05 -05:00
parent fa6c060324
commit a762da7cab

View file

@ -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]) => {