We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6c060 commit a762da7Copy full SHA for a762da7
packages/opencode/script/publish.ts
@@ -39,7 +39,7 @@ await Bun.file(`./dist/${pkg.name}/package.json`).write(
39
const tags = [Script.channel]
40
if (!Script.preview) {
41
const major = Script.version.split(".")[0]
42
- tags.push(`latest-${major}`)
+ tags[0] = `latest-${major}`
43
}
44
45
const tasks = Object.entries(binaries).map(async ([name]) => {
0 commit comments