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: workflow_dispatch:
push: push:
tags: tags:
- '*' - "*"
jobs: jobs:
update-formulae: update-formulae:
@ -13,5 +13,5 @@ jobs:
with: with:
token: "${{ secrets.TOKEN }}" token: "${{ secrets.TOKEN }}"
formula: smug formula: smug
force: false force: true
livecheck: false livecheck: false

Loading…
Cancel
Save