mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci stuff
This commit is contained in:
parent
986cc0a01c
commit
b5a039e5ae
3 changed files with 32 additions and 6 deletions
|
|
@ -115,5 +115,5 @@ if (!Script.preview) {
|
|||
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`
|
||||
await $`gh release create v${Script.version} --title "v${Script.version}" --notes ${notes.join("\n") ?? "No notable changes"} ./packages/opencode/dist/*.zip ./packages/opencode/dist/*.tar.gz`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue