mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-19 16:54:22 +01:00
ci: eventualy consistency
This commit is contained in:
@@ -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`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user