From c1ee6d6c41dff75fcb3b092b2a3b488efa0d8b0b Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 9 Dec 2025 21:57:03 -0500 Subject: ci --- script/publish.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/publish.ts') diff --git a/script/publish.ts b/script/publish.ts index 1be0df20d..ce0fd7d0d 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-1") + const previous = await fetch("https://registry.npmjs.org/opencode-ai/latest") .then((res) => { if (!res.ok) throw new Error(res.statusText) return res.json() -- cgit v1.2.3