Skip to content

Commit e98308a

Browse files
committed
build: update ghz-web formula as part of release action
1 parent 7be0149 commit e98308a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,13 @@ jobs:
178178
name: Update Brew Formula
179179
needs: github_release
180180
runs-on: ubuntu-latest
181+
strategy:
182+
matrix:
183+
formula: [ghz, ghz-web]
181184
steps:
182185
- uses: mislav/bump-homebrew-formula-action@v2
183186
with:
184-
formula-name: ghz
187+
formula-name: ${{ matrix.formula }}
185188
env:
186189
COMMITTER_TOKEN: ${{ secrets.GH_PAGES_ACTION_TOKEN }}
187190

0 commit comments

Comments
 (0)