Skip to content

Commit 10ccb14

Browse files
authored
ci(release): fix homebrew bump-formula (#379)
1 parent 774e7cb commit 10ccb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
homebrew:
9191
name: homebrew
92-
needs: [publish]
92+
needs: [publish, release]
9393
runs-on: macos-14
9494
env:
9595
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)