workflows: clobber existing unpublished upload
parent
045f4a6231
commit
f2ac8550e3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue