mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci
This commit is contained in:
parent
bb1c225027
commit
56526114e4
2 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue