Browse Source

ci: ignore

Dax Raad 7 tháng trước cách đây
mục cha
commit
d845924e8b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/opencode/script/publish.ts

+ 1 - 1
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`