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]
|
const tags = [Script.channel]
|
||||||
if (!Script.preview) {
|
if (!Script.preview) {
|
||||||
const major = Script.version.split(".")[0]
|
const major = Script.version.split(".")[0]
|
||||||
tags.push(`latest-${major}`)
|
tags[0] = `latest-${major}`
|
||||||
}
|
}
|
||||||
|
|
||||||
const tasks = Object.entries(binaries).map(async ([name]) => {
|
const tasks = Object.entries(binaries).map(async ([name]) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue