Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
run: |
set -euo pipefail
brew tap-new --no-git assembly/local
# Homebrew >=5.1.15 ignores formulae from untrusted non-official taps,
# which includes this just-created local tap; trust it or the install
# below fails ("tap trust is required").
brew trust assembly/local
tap_formula="$(brew --repository assembly/local)/Formula/assembly.rb"
cp Formula/assembly.rb "$tap_formula"
brew install --build-bottle --formula assembly/local/assembly
Expand Down
Loading