ci: eventualy consistency
This commit is contained in:
parent
f1324e886f
commit
dc2ab75fca
1 changed files with 1 additions and 0 deletions
|
|
@ -103,5 +103,6 @@ if (!Script.preview) {
|
||||||
await $`git fetch origin`
|
await $`git fetch origin`
|
||||||
await $`git cherry-pick HEAD..origin/dev`.nothrow()
|
await $`git cherry-pick HEAD..origin/dev`.nothrow()
|
||||||
await $`git push origin HEAD --tags --no-verify --force-with-lease`
|
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`
|
await $`gh release create v${Script.version} --title "v${Script.version}" --notes ${notes.join("\n") ?? "No notable changes"} ./packages/opencode/dist/*.zip`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue