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