summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-05-05 09:33:37 -0500
committerSean E. Russell <ser@ser1.net>2020-05-05 09:33:37 -0500
commit292c4c1bf381016b6674db279cfd111e5368b572 (patch)
tree40ed8d6a3445dbade02c682ea1ef7aa32eaad977 /.github
parent91284adcf77cd6bfeee4b36973f39ef7734b287a (diff)
Homebrew update
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6390f46..a90118a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -29,3 +29,10 @@ jobs:
repository: xxxserxxx/gotop-linux
event-type: my-release
client-payload: '{"tag": "${{ steps.tag_name.outputs.tag }}"}'
+
+ - name: Update and inform Homebrew
+ uses: dawidd6/action-homebrew-bump-formula@v3
+ with:
+ token: ${{ secrets.homebrew }}
+ formula: gotop
+ revision: ${{ steps.tag_name.outputs.tag }}