Skip to content

Commit

Permalink
Bump the Homebrew formula on GitHub releases (zk-org#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu authored Jan 15, 2022
1 parent 73dfc83 commit a4b31b4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release

on:
release:
types: [created]

jobs:
homebrew:
runs-on: macos-latest
needs:
- release
steps:
- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{secrets.HOMEBREW_GITHUB_TOKEN}}
formula: zk

0 comments on commit a4b31b4

Please sign in to comment.