mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
ci
This commit is contained in:
parent
bb1c225027
commit
56526114e4
1
.github/workflows/snapshot.yml
vendored
1
.github/workflows/snapshot.yml
vendored
@ -37,3 +37,4 @@ jobs:
|
||||
./script/publish.ts
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
|
||||
NPM_CONFIG_PROVENANCE: false
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user