From 18062d6a0197ccd5da8cc483e3893aa479ce9bc0 Mon Sep 17 00:00:00 2001 From: makeworld Date: Wed, 8 Dec 2021 10:47:50 -0500 Subject: [PATCH] Fix homebrew release workflow https://github.com/mislav/bump-homebrew-formula-action/issues/22 --- .github/workflows/homebrew.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 851b29d..bd53363 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -12,5 +12,6 @@ jobs: with: # A PR will be sent to github.com/Homebrew/homebrew-core to update this formula: formula-name: amfora + download-url: https://github.com/makeworld-the-better-one/amfora.git env: COMMITTER_TOKEN: ${{ secrets.HOMEBREW_TOKEN }}