We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513891f commit 68b45b4Copy full SHA for 68b45b4
.github/workflows/release.yml
@@ -22,3 +22,15 @@ jobs:
22
files: archive-fusionvm.tar.gz
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
+ homebrew:
26
+ name: Bump Homebrew formula
27
+ runs-on: ubuntu-latest
28
+ steps:
29
+ - uses: mislav/[email protected]
30
+ #if: "!contains(github.ref, '-')" # skip prereleases
31
+ with:
32
+ formula-name: archive-fusionvm
33
+ homebrew-tap: nreilingh/nreilingh
34
+ download-url: https://github.com/NReilingh/archive-fusionvm/releases/download/$GITHUB_REF/archive-fusionvm.tar.gz
35
+ env:
36
+ COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
0 commit comments