mirror of
https://github.com/aljazceru/opencode.git
synced 2026-02-05 08:04:43 +01:00
ci: fix homebrew
This commit is contained in:
@@ -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`
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user