Skip to content

Commit

Permalink
Add Homebrew Cask bump to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz authored Apr 23, 2024
1 parent 05ffa4f commit 14be51e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ jobs:
embed-url: https://github.com/Whisky-App/Whisky/releases/download/${{ github.event.release.tag_name }}/Whisky.zip
embed-description: ${{ github.event.release.body }}
embed-color: 9442302

- name: Update Homebrew Cask
uses: macauley/action-homebrew-bump-cask@v1
with:
token: ${{secrets.BREW_TOKEN}}
org: Whisky-App
cask: whisky

0 comments on commit 14be51e

Please sign in to comment.