mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Attempt to fix brew push issue, explicitly save Git credentials on host
This commit is contained in:
parent
de7945645a
commit
f6bf067ff3
1 changed files with 2 additions and 0 deletions
|
@ -42,4 +42,6 @@ jobs:
|
|||
# Update homebrew package
|
||||
- git config --global user.name "timvisee"
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue