diff options
| author | Dax Raad <[email protected]> | 2025-10-16 15:36:12 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-16 15:36:12 -0400 |
| commit | 74747887786e5ee48a311ee5b59a42d3a23beecc (patch) | |
| tree | 8e999e031a519ee62f9966389cc68599fe91c442 /script | |
| parent | 26d0d20e4d0744005717427a00c10a16920f9835 (diff) | |
| download | opencode-74747887786e5ee48a311ee5b59a42d3a23beecc.tar.gz opencode-74747887786e5ee48a311ee5b59a42d3a23beecc.zip | |
ci: fix
Diffstat (limited to 'script')
| -rwxr-xr-x | script/publish.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/script/publish.ts b/script/publish.ts index d6cfe0034..23ec70b16 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -96,7 +96,6 @@ if (!Script.preview) { await $`git tag v${Script.version}` await $`git fetch origin` 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` } |
