From 3fd8ff4a7f391331e86f68c4941174cda9c5cef4 Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 22 Nov 2021 09:52:27 +0200 Subject: [PATCH] Add an action to update homebrew --- .github/workflows/homebrew.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/homebrew.yml diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml new file mode 100644 index 0000000..34e7bc5 --- /dev/null +++ b/.github/workflows/homebrew.yml @@ -0,0 +1,12 @@ +name: Homebrew + +on: + push: + tags: + - '*' + +- name: Update Homebrew formula + uses: dawidd6/action-homebrew-bump-formula@v3 + with: + token: ${{secrets.TOKEN}} + formula: smug