mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-23 20:43:28 +00:00
fix(release): stop advancing next npm tags
This commit is contained in:
parent
08dd3f51ed
commit
d4f10fa9be
2 changed files with 0 additions and 17 deletions
|
|
@ -20,7 +20,6 @@ async function publish(dir: string, name: string, version: string) {
|
|||
await $`bun pm pack`.cwd(dir)
|
||||
await $`npm publish *.tgz --access public --tag ${Script.channel}`.cwd(dir)
|
||||
}
|
||||
if (Script.channel === "beta") await $`npm dist-tag add ${`${name}@${version}`} next`
|
||||
}
|
||||
|
||||
async function publishDistribution(input: { root: string; name: string; binary: string; packagePrefix: string }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue