summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-08-12 22:14:28 -0400
committerMatan Kushner <hello@matchai.me>2019-08-12 22:14:28 -0400
commit67be1e13d441ea441517c934bd7c88435a7e52cd (patch)
tree1045360e6696da521fa39e1c5ef09d10ddc68a1f
parent87849c31105cdefc4e69fb4083e2da0a69e18357 (diff)
ci: Update brew before bumping the formula
-rw-r--r--ci/bump-brew-formula.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/bump-brew-formula.yml b/ci/bump-brew-formula.yml
index d3e012f32..e00ad9f07 100644
--- a/ci/bump-brew-formula.yml
+++ b/ci/bump-brew-formula.yml
@@ -10,5 +10,6 @@ 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 update
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