Remove dry-run flag for homebrew

main
William Beuil 2021-01-27 15:33:26 +01:00
parent df91468764
commit 97f992a77e
No known key found for this signature in database
GPG Key ID: BED2072C5C2BF537
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ jobs:
- run:
name: "Bump driftctl formula"
command: |
brew bump-formula-pr --dry-run driftctl --url https://github.com/cloudskiff/driftctl/archive/$CIRCLE_TAG.tar.gz
brew bump-formula-pr driftctl --url https://github.com/cloudskiff/driftctl/archive/$CIRCLE_TAG.tar.gz
workflows:
pullrequest:
jobs: