Skip to content

Commit

Permalink
build: update ghz-web formula as part of release action
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Jan 30, 2023
1 parent 7be0149 commit e98308a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Expand Up @@ -178,10 +178,13 @@ jobs:
name: Update Brew Formula
needs: github_release
runs-on: ubuntu-latest
strategy:
matrix:
formula: [ghz, ghz-web]
steps:
- uses: mislav/bump-homebrew-formula-action@v2
with:
formula-name: ghz
formula-name: ${{ matrix.formula }}
env:
COMMITTER_TOKEN: ${{ secrets.GH_PAGES_ACTION_TOKEN }}

Expand Down

0 comments on commit e98308a

Please sign in to comment.