workflows: clobber existing unpublished upload

master
Jonathan Chang 2020-03-21 19:21:52 +11:00
parent 045f4a6231
commit f2ac8550e3
1 changed files with 3 additions and 1 deletions

View File

@ -37,9 +37,11 @@ jobs:
HOMEBREW_BINTRAY_USER: BrewTestBot
HOMEBREW_BINTRAY_KEY: ${{ secrets.HOMEBREW_BINTRAY_KEY }}
run: |
ls -l
cd bottles
brew update-reset
# Run this twice to clobber the existing file
# TODO: Remove this once we migrate fully to this workflow
brew test-bot --ci-upload
brew test-bot --ci-upload --publish
- name: Push bottle commit
env: