Skip to content

Commit

Permalink
Fix release_homebrew.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Feb 2, 2024
1 parent 492efe4 commit cfd5a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release_homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ SHA256=`shasum -a 256 $OUTPUT_PATH | head -1 | grep -o '^\S\+'`
echo "URL: $URL"
echo "SHA: $SHA256"

brew tap homebrew/core --force
brew update
echo '*** Sending PR to homebrew-core... ***'
brew bump-formula-pr --strict --sha256=$SHA256 --url=$URL doitlive

0 comments on commit cfd5a31

Please sign in to comment.