ci: eventualy consistency

This commit is contained in:
Dax Raad
2025-11-02 20:55:20 -05:00
committed by opencode
parent f1324e886f
commit dc2ab75fca

View File

@@ -103,5 +103,6 @@ if (!Script.preview) {
await $`git fetch origin`
await $`git cherry-pick HEAD..origin/dev`.nothrow()
await $`git push origin HEAD --tags --no-verify --force-with-lease`
await new Promise((resolve) => setTimeout(resolve, 5_000))
await $`gh release create v${Script.version} --title "v${Script.version}" --notes ${notes.join("\n") ?? "No notable changes"} ./packages/opencode/dist/*.zip`
}