diff options
| author | Dax Raad <[email protected]> | 2025-11-02 20:55:20 -0500 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-11-03 01:57:36 +0000 |
| commit | dc2ab75fcab74377b8b2de93a00eeb7268c5bd75 (patch) | |
| tree | a986ea8097f1ea294b146130ecd200770731235c /script | |
| parent | f1324e886f3e1eb1362db900a59580a281ef3f7a (diff) | |
| download | opencode-dc2ab75fcab74377b8b2de93a00eeb7268c5bd75.tar.gz opencode-dc2ab75fcab74377b8b2de93a00eeb7268c5bd75.zip | |
ci: eventualy consistency
Diffstat (limited to 'script')
| -rwxr-xr-x | script/publish.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/publish.ts b/script/publish.ts index f86d706d6..307755a1c 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -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` } |
