diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index add946622c5..2da47b5be40 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"