Skip to content

Commit

Permalink
add homebrew action
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Nov 24, 2020
1 parent f386fda commit 115aaf6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/homebrew.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Bump Homebrew formula

on:
push:
tags: '*'

jobs:
homebrew:
name: Bump Homebrew formula
runs-on: ubuntu-latest
steps:
- uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{secrets.HOMEBREW_TOKEN}}
formula: kubecm

0 comments on commit 115aaf6

Please sign in to comment.