Skip to content

Commit d845924

Browse files
committed
ci: ignore
1 parent a29b322 commit d845924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencode/script/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ if (!snapshot) {
152152
for (const pkg of ["opencode", "opencode-bin"]) {
153153
await $`rm -rf ./dist/aur-${pkg}`
154154
await $`git clone ssh://aur@aur.archlinux.org/${pkg}.git ./dist/aur-${pkg}`
155-
await $`cd ./dist/aur-${pkg} && git checkout -b master origin/master`
155+
await $`cd ./dist/aur-${pkg} && git checkout master`
156156
await Bun.file(`./dist/aur-${pkg}/PKGBUILD`).write(pkgbuild.replace("${pkg}", pkg))
157157
await $`cd ./dist/aur-${pkg} && makepkg --printsrcinfo > .SRCINFO`
158158
await $`cd ./dist/aur-${pkg} && git add PKGBUILD .SRCINFO`

0 commit comments

Comments
 (0)