Skip to content

Commit 1bbf6d3

Browse files
committed
ci: turn back on aur
1 parent c9c9db1 commit 1bbf6d3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/opencode/script/publish.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ if (!snapshot) {
9797
const macX64Sha = await $`sha256sum ./dist/opencode-darwin-x64.zip | cut -d' ' -f1`.text().then((x) => x.trim())
9898
const macArm64Sha = await $`sha256sum ./dist/opencode-darwin-arm64.zip | cut -d' ' -f1`.text().then((x) => x.trim())
9999

100-
/* AUR package - commented out as AUR is down
101100
const pkgbuild = [
102101
"# Maintainer: dax",
103102
"# Maintainer: adam",
@@ -136,7 +135,6 @@ if (!snapshot) {
136135
await $`cd ./dist/aur-${pkg} && git commit -m "Update to v${version}"`
137136
if (!dry) await $`cd ./dist/aur-${pkg} && git push`
138137
}
139-
*/
140138

141139
// Homebrew formula
142140
const homebrewFormula = [

0 commit comments

Comments
 (0)