diff options
| author | Dax Raad <[email protected]> | 2025-12-09 20:26:46 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-09 20:26:46 -0500 |
| commit | 56526114e4479f2e67a52c22fbfc0ecfc21c2117 (patch) | |
| tree | a5bfedd96c6cdd4aeb7dca9a860f1e279297a507 | |
| parent | bb1c22502786b72316493e3425745455e558d211 (diff) | |
| download | opencode-56526114e4479f2e67a52c22fbfc0ecfc21c2117.tar.gz opencode-56526114e4479f2e67a52c22fbfc0ecfc21c2117.zip | |
ci
| -rw-r--r-- | .github/workflows/snapshot.yml | 1 | ||||
| -rwxr-xr-x | packages/opencode/script/publish.ts | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index b3e86c1a6..5b460343d 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -37,3 +37,4 @@ jobs: ./script/publish.ts env: GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }} + NPM_CONFIG_PROVENANCE: false diff --git a/packages/opencode/script/publish.ts b/packages/opencode/script/publish.ts index 5091d195c..8943f2341 100755 --- a/packages/opencode/script/publish.ts +++ b/packages/opencode/script/publish.ts @@ -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) } |
