mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci
This commit is contained in:
parent
cb188f907f
commit
73e9534d08
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,8 @@ for (const [name] of Object.entries(binaries)) {
|
|||
if (process.platform !== "win32") {
|
||||
await $`chmod 755 -R .`
|
||||
}
|
||||
await $`bun publish --access public --tag ${Script.channel}`
|
||||
await $`bun pm pack`
|
||||
await $`npm publish *.tgz --access public --tag ${Script.channel} --provenance`
|
||||
} finally {
|
||||
process.chdir(dir)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue