mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: uninstall hashicorp tap to fix formula releases
This commit is contained in:
committed by
GitHub
parent
f2e14cdddc
commit
6b8127ae84
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user