Skip to content

Commit

Permalink
release: ignore duplicates during homebrew bump-formula-pr (#5843)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Jun 3, 2022
1 parent ef0ccc6 commit 5231c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-update-homebrew-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ git config --global user.email "it@tilt.dev"
git config --global user.name "Tilt Dev"

# send the brew team a PR to upgrade homebrew-core
brew bump-formula-pr --no-browse --version="$VERSION" tilt
brew bump-formula-pr --no-browse --force --version="$VERSION" tilt

0 comments on commit 5231c56

Please sign in to comment.