Dax Raad 4 luni în urmă
părinte
comite
a762da7cab
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/opencode/script/publish.ts

+ 1 - 1
packages/opencode/script/publish.ts

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