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