Skip to content

Commit e72c974

Browse files
committed
ci
1 parent a762da7 commit e72c974

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/script/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const IS_PREVIEW = CHANNEL !== "latest"
2929
const VERSION = await (async () => {
3030
if (env.OPENCODE_VERSION) return env.OPENCODE_VERSION
3131
if (IS_PREVIEW) return `0.0.0-${CHANNEL}-${new Date().toISOString().slice(0, 16).replace(/[-:T]/g, "")}`
32-
const version = await fetch("https://registry.npmjs.org/opencode-ai/latest")
32+
const version = await fetch("https://registry.npmjs.org/opencode-ai/latest-1")
3333
.then((res) => {
3434
if (!res.ok) throw new Error(res.statusText)
3535
return res.json()

0 commit comments

Comments
 (0)