We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bd938 commit 931fc46Copy full SHA for 931fc46
.github/workflows/Release.yml
@@ -19,3 +19,15 @@ jobs:
19
run: gh release create ${{ github.ref_name }} ${{ github.ref_name }}.tar.gz
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
+ homebrew:
23
+ needs: release
24
+ name: Bump Homebrew formula
25
+ runs-on: ubuntu-latest
26
+ environment: Env
27
+ steps:
28
+ - uses: mislav/bump-homebrew-formula-action@v3
29
+ with:
30
+ homebrew-tap: finnvoor/homebrew-tools
31
+ download-url: https://github.com/finnvoor/fx-upscale/releases/download/${{ github.ref_name }}/${{ github.ref_name }}.tar.gz
32
+ env:
33
+ COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
0 commit comments