From f3218f65fbb92704e4cc2f8096312369b3a35232 Mon Sep 17 00:00:00 2001 From: "Victor M. Varela" Date: Sun, 26 Apr 2026 11:59:45 +0200 Subject: [PATCH 1/2] ci: consolidate homebrew publishing to vmvarela/homebrew-tap --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5f542b..61d3a43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -230,7 +230,7 @@ jobs: echo "==> Generated formula for sql-pipe ${VERSION}:" cat sql-pipe.rb - git clone "https://x-access-token:${HOMEBREW_TAP_TOKEN}@github.com/vmvarela/homebrew-sql-pipe.git" tap + git clone "https://x-access-token:${HOMEBREW_TAP_TOKEN}@github.com/vmvarela/homebrew-tap.git" tap mkdir -p tap/Formula cp sql-pipe.rb tap/Formula/sql-pipe.rb cd tap From e5e942914a807472dd11340fc84859dc050d809f Mon Sep 17 00:00:00 2001 From: "Victor M. Varela" Date: Sun, 26 Apr 2026 12:04:14 +0200 Subject: [PATCH 2/2] docs: update homebrew tap URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f8f686..6ea3398 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ curl -s https://example.com/data.csv | sql-pipe 'SELECT region, SUM(revenue) F **macOS / Linux via Homebrew:** ```sh -brew tap vmvarela/sql-pipe +brew tap vmvarela/homebrew-tap brew install sql-pipe ```