Attempt to fix brew push issue, explicitly save Git credentials on host

This commit is contained in:
timvisee 2019-03-24 18:28:23 +01:00
parent de7945645a
commit f6bf067ff3
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -42,4 +42,6 @@ jobs:
# Update homebrew package # Update homebrew package
- git config --global user.name "timvisee" - git config --global user.name "timvisee"
- git config --global user.email "$GIT_EMAIL" - git config --global user.email "$GIT_EMAIL"
- git config --global credential.helper store
- echo "https://timvisee:$HOMEBREW_GITHUB_API_TOKEN@github.com" >> ~/.git-credentials
- brew bump-formula-pr --url="https://github.com/timvisee/ffsend/archive/$TRAVIS_TAG.tar.gz" --message="Automated release pull request using continuous integration." --no-browse -v ffsend - brew bump-formula-pr --url="https://github.com/timvisee/ffsend/archive/$TRAVIS_TAG.tar.gz" --message="Automated release pull request using continuous integration." --no-browse -v ffsend