Skip to content

Commit

Permalink
Merge pull request #412 from bojand/homebrew_formula_action_change
Browse files Browse the repository at this point in the history
build: use dawidd6/action-homebrew-bump-formula@v3 for brew formula u…
  • Loading branch information
bojand committed Apr 15, 2023
2 parents c1e6f86 + f80c44d commit f066f1d
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 f066f1d

Please sign in to comment.