From 2fbf6661fc1b2ad3d60822ec5bdd7e4e4e4f2863 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sat, 25 Jun 2022 02:15:21 +0700 Subject: [PATCH] ci: Force homebrew release --- .github/workflows/homebrew.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 0130c62..5c983cc 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -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