Skip to content

Commit f68293a

Browse files
committed
chore: drop brew trust from smoke test (6.0.2 auto-trusts fully-qualified install)
1 parent 836f867 commit f68293a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/post-release-verify.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ jobs:
5757
- name: Install via Homebrew formula
5858
run: |
5959
brew tap-new verify/test
60-
# Homebrew 6+ refuses to load formulae from untrusted taps. Per-formula
61-
# trust is unavailable for local taps (no canonical remote), but
62-
# whole-tap trust works.
63-
brew trust verify/test
6460
cp dist/verify/dci.rb "$(brew --repository)/Library/Taps/verify/homebrew-test/Formula/dci.rb"
61+
# Homebrew 6.0.2+ auto-trusts a fully-qualified install, so no
62+
# explicit `brew trust` is needed.
6563
brew install verify/test/dci
6664
dci --version
6765
dci --help >/dev/null

0 commit comments

Comments
 (0)