Skip to content

Commit

Permalink
workflows: always force it
Browse files Browse the repository at this point in the history
`brew` now checks for dupe closed PRs too
  • Loading branch information
dawidd6 committed Jun 30, 2020
1 parent 63021a9 commit ca7fc16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
os: ubuntu-latest
tap: dawidd6/test
tag: v0.1.12
force: false
force: true
- formula: test-formula-git-revision
os: macos-latest
tap: dawidd6/test
tag: v0.3.3
revision: c43abd765cf51c06bbcaa5479dc49aab1396989f
force: true
runs-on: ${{matrix.os}}
steps:
- name: Checkout
Expand Down

0 comments on commit ca7fc16

Please sign in to comment.