ci: fix homebrew

This commit is contained in:
Dax Raad
2025-09-29 01:40:27 -04:00
parent 322363f11b
commit f8ab0de0ad
2 changed files with 1 additions and 2 deletions

View File

@@ -147,7 +147,6 @@ if (!snapshot) {
await $`cd ./dist/aur-${pkg} && git push`
}
/*
// Homebrew formula
const homebrewFormula = [
"# typed: false",
@@ -205,5 +204,4 @@ if (!snapshot) {
await $`cd ./dist/homebrew-tap && git add opencode.rb`
await $`cd ./dist/homebrew-tap && git commit -m "Update to v${version}"`
await $`cd ./dist/homebrew-tap && git push`
*/
}