Skip to content

Commit

Permalink
ci: Force homebrew release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaaaan committed Jun 24, 2022
1 parent abc0592 commit 2fbf666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
workflow_dispatch:
push:
tags:
- '*'
- "*"

jobs:
update-formulae:
Expand All @@ -13,5 +13,5 @@ jobs:
with:
token: "${{ secrets.TOKEN }}"
formula: smug
force: false
force: true
livecheck: false

0 comments on commit 2fbf666

Please sign in to comment.