Skip to content

Commit

Permalink
{core): automatically update Homebrew core formula with every release
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 10, 2023
1 parent a2f052d commit 9d16edd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,13 @@ jobs:
- name: Copy to latest
if: env.pre_release == 'false'
run: gsutil -m cp "gs://runme-artifacts-41eac6/${{ env.version }}/*" gs://runme-artifacts-41eac6/latest
- name: Bump Homebrew Formula
uses: mislav/bump-homebrew-formula-action@v2
# skip prereleases
if: ${{ !contains(github.ref, '-') }}
with:
formula-name: runme
homebrew-tap: Homebrew/homebrew-core
base-branch: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9d16edd

Please sign in to comment.