ci: Remove duplicate brew argument

This commit is contained in:
Matan Kushner 2019-08-12 21:51:37 -04:00
parent 6563461564
commit bddd6a3d65
No known key found for this signature in database
GPG key ID: 4B98C3A8949CA8A4

View file

@ -10,5 +10,5 @@ jobs:
git config --global user.email "hello@matchai.me"
git config --global config.helper store
echo "https://matchai:${HOMEBREW_GITHUB_API_TOKEN}@github.com" >> ~/.git-credentials
brew bump-formula-pr starship --url=https://github.com/starship/starship/archive/${GIT_TAG}.tar.gz --message="Automated release pull request using continuous integration." --no-browse -v starship
brew bump-formula-pr --url=https://github.com/starship/starship/archive/${GIT_TAG}.tar.gz --message="Automated release pull request using continuous integration." --no-browse -v starship
displayName: Bump the Homebrew formula