Skip to content

Commit

Permalink
Add an action to update homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaaaan authored Nov 22, 2021
1 parent e7f6d0e commit 3fd8ff4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3fd8ff4

Please sign in to comment.