Skip to content

Commit

Permalink
feat(#105): github workflow for release updates to homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Mar 29, 2023
1 parent 9014dc5 commit d054dc4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/bump-homebrew-cask.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Bump Homebrew Cask
on:
release:
types: [published]

jobs:
bump:
runs-on: macos-10.15
steps:
- name: Bump Homebrew Cask
run: brew bump-cask-pr bruno --version "${GITHUB_REF_NAME#v}"

0 comments on commit d054dc4

Please sign in to comment.