This commit is contained in:
Dax Raad 2025-12-09 20:26:46 -05:00
parent bb1c225027
commit 56526114e4
2 changed files with 2 additions and 1 deletions

View file

@ -37,3 +37,4 @@ jobs:
./script/publish.ts
env:
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
NPM_CONFIG_PROVENANCE: false

View file

@ -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)
}