From 6b8127ae845fc26c1f5a2850fbb735223af64595 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 24 May 2025 23:00:30 -0400 Subject: [PATCH] fix: uninstall hashicorp tap to fix formula releases --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index add946622..2da47b5be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -149,6 +149,8 @@ jobs: brew untap homebrew/cask || true echo "====> Untapping aws/tap" brew untap aws/tap || true + echo "====> Untapping hashicorp/tap" + brew untap hashicorp/tap || true echo "====> Uninstalling openssl@1.1" brew uninstall openssl@1.1 || true echo "====> Uninstalling ruby@3.0"