Skip to content

Commit a762da7

Browse files
committed
ci
1 parent fa6c060 commit a762da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencode/script/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ await Bun.file(`./dist/${pkg.name}/package.json`).write(
3939
const tags = [Script.channel]
4040
if (!Script.preview) {
4141
const major = Script.version.split(".")[0]
42-
tags.push(`latest-${major}`)
42+
tags[0] = `latest-${major}`
4343
}
4444

4545
const tasks = Object.entries(binaries).map(async ([name]) => {

0 commit comments

Comments
 (0)