ci: Force homebrew release

master
Ivan 2 years ago committed by GitHub
parent abc059242d
commit 2fbf6661fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ on:
workflow_dispatch:
push:
tags:
- '*'
- "*"
jobs:
update-formulae:
@ -13,5 +13,5 @@ jobs:
with:
token: "${{ secrets.TOKEN }}"
formula: smug
force: false
force: true
livecheck: false

Loading…
Cancel
Save