diff options
| author | Dax Raad <[email protected]> | 2025-12-09 21:44:13 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-09 21:44:13 -0500 |
| commit | fa6c060324f80c4ab546b80c6cb5ce256b2ef815 (patch) | |
| tree | 1770075e920556350d30e2d552cb2cde61f953a3 /script | |
| parent | 8e33ac052b6b1ec3783ba01bc92998c5b61414bf (diff) | |
| download | opencode-fa6c060324f80c4ab546b80c6cb5ce256b2ef815.tar.gz opencode-fa6c060324f80c4ab546b80c6cb5ce256b2ef815.zip | |
ci
Diffstat (limited to 'script')
| -rwxr-xr-x | script/publish.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/publish.ts b/script/publish.ts index ce0fd7d0d..1be0df20d 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -9,7 +9,7 @@ const notes = [] as string[] console.log("=== publishing ===\n") if (!Script.preview) { - const previous = await fetch("https://registry.npmjs.org/opencode-ai/latest") + const previous = await fetch("https://registry.npmjs.org/opencode-ai/latest-1") .then((res) => { if (!res.ok) throw new Error(res.statusText) return res.json() |
