Skip to content

Commit

Permalink
build: use dawidd6/action-homebrew-bump-formula@v3 for brew formula u…
Browse files Browse the repository at this point in the history
…pdate
  • Loading branch information
bojand committed Apr 15, 2023
1 parent c1e6f86 commit f80c44d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yaml
Expand Up @@ -177,16 +177,15 @@ jobs:
update_brew_formula:
name: Update Brew Formula
needs: github_release
runs-on: ubuntu-latest
runs-on: macos-latest
strategy:
matrix:
formula: [ghz, ghz-web]
steps:
- uses: mislav/bump-homebrew-formula-action@v2
- uses: dawidd6/action-homebrew-bump-formula@v3
with:
formula-name: ${{ matrix.formula }}
env:
COMMITTER_TOKEN: ${{ secrets.GH_PAGES_ACTION_TOKEN }}
formula: ${{ matrix.formula }}
token: ${{ secrets.GH_PAGES_ACTION_TOKEN }}

push_docker_image:
name: Push Docker image
Expand Down

0 comments on commit f80c44d

Please sign in to comment.