fix: uninstall hashicorp tap to fix formula releases

This commit is contained in:
Jose Diaz-Gonzalez
2025-05-24 23:00:30 -04:00
committed by GitHub
parent f2e14cdddc
commit 6b8127ae84

View File

@@ -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"