Skip to content

Commit

Permalink
feat: automate cask bump (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos authored Oct 3, 2023
1 parent d5d0243 commit 9a082cc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/trigger-homebrew.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
tags: 'v*'

jobs:
homebrew:
name: Bump Homebrew Cask
runs-on: ubuntu-latest
steps:
- uses: macauley/action-homebrew-bump-cask@v1
with:
token: ${{ secrets.GH_TOKEN }}
org: gitify-app
tap: homebrew/homebrew-cask
cask: gitify
force: false

0 comments on commit 9a082cc

Please sign in to comment.