fix: untap aws/tap to correct issues in formula release

This commit is contained in:
Jose Diaz-Gonzalez
2025-04-26 16:54:00 -04:00
committed by GitHub
parent 5db8b32021
commit b7c7dd5b91

View File

@@ -147,6 +147,8 @@ jobs:
brew untap homebrew/core || true
echo "====> Untapping homebrew/cask"
brew untap homebrew/cask || true
echo "====> Untapping aws/tap"
brew untap aws/tap || true
echo "====> Uninstalling openssl@1.1"
brew uninstall openssl@1.1 || true
echo "====> Uninstalling ruby@3.0"