mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 13:09:46 +00:00
ci
This commit is contained in:
parent
bb1c225027
commit
56526114e4
2 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ for (const [name] of Object.entries(binaries)) {
|
|||
await $`chmod 755 -R .`
|
||||
}
|
||||
await $`bun pm pack`
|
||||
await $`npm publish *.tgz --access public --tag ${Script.channel} --provenance`
|
||||
await $`npm publish *.tgz --access public --tag ${Script.channel}`
|
||||
} finally {
|
||||
process.chdir(dir)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue