diff options
| author | Dax Raad <[email protected]> | 2025-07-19 19:00:17 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-07-19 19:00:17 -0400 |
| commit | d845924e8bc61e511c60f99cd4dd2f07889fccba (patch) | |
| tree | b059a731ced82a20161a063da46a47a7a9c6900f /packages | |
| parent | a29b322bdd3d59a1fc3abafc26095c58dd8311d4 (diff) | |
| download | opencode-d845924e8bc61e511c60f99cd4dd2f07889fccba.tar.gz opencode-d845924e8bc61e511c60f99cd4dd2f07889fccba.zip | |
ci: ignore
Diffstat (limited to 'packages')
| -rwxr-xr-x | packages/opencode/script/publish.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/script/publish.ts b/packages/opencode/script/publish.ts index b956b525e..b2eaf5614 100755 --- a/packages/opencode/script/publish.ts +++ b/packages/opencode/script/publish.ts @@ -152,7 +152,7 @@ if (!snapshot) { for (const pkg of ["opencode", "opencode-bin"]) { await $`rm -rf ./dist/aur-${pkg}` await $`git clone ssh://[email protected]/${pkg}.git ./dist/aur-${pkg}` - await $`cd ./dist/aur-${pkg} && git checkout -b master origin/master` + await $`cd ./dist/aur-${pkg} && git checkout master` await Bun.file(`./dist/aur-${pkg}/PKGBUILD`).write(pkgbuild.replace("${pkg}", pkg)) await $`cd ./dist/aur-${pkg} && makepkg --printsrcinfo > .SRCINFO` await $`cd ./dist/aur-${pkg} && git add PKGBUILD .SRCINFO` |
