workflows/publish-commit-bottles: increase retry count

master
Bo Anderson 2020-04-28 20:11:02 +01:00
parent d7e317137a
commit c6fe159082
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ jobs:
brew pr-pull --verbose ${{github.event.client_payload.pull_request}}
- name: Push bottle commit
run: |
for try in $(seq 5); do
for try in $(seq 10); do
git fetch
git rebase origin/master
if git push; then