Skip to content

Commit 931fc46

Browse files
committed
Add homebrew to release action
1 parent e3bd938 commit 931fc46

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/Release.yml

+12
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,15 @@ jobs:
1919
run: gh release create ${{ github.ref_name }} ${{ github.ref_name }}.tar.gz
2020
env:
2121
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

Comments
 (0)