mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci
This commit is contained in:
parent
cb188f907f
commit
73e9534d08
@ -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…
x
Reference in New Issue
Block a user