pull/5311/head
parent
bb1c225027
commit
56526114e4
|
|
@ -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…
Reference in New Issue