forked from extern/bruno
feat(#105): github workflow for release updates to homebrew
This commit is contained in:
parent
9014dc5769
commit
d054dc4c78
11
.github/workflows/bump-homebrew-cask.yml
vendored
Normal file
11
.github/workflows/bump-homebrew-cask.yml
vendored
Normal file
@ -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}"
|
Loading…
Reference in New Issue
Block a user