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