mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci: fix
This commit is contained in:
parent
26d0d20e4d
commit
7474788778
@ -96,7 +96,6 @@ if (!Script.preview) {
|
|||||||
await $`git tag v${Script.version}`
|
await $`git tag v${Script.version}`
|
||||||
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`
|
await $`git push origin HEAD --tags --no-verify --force-with-lease`
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user