ci: fix homebrew release workflow name

This commit is contained in:
Pierre Tachoire
2026-06-24 08:13:36 +02:00
parent 7b585df7ff
commit 4e97d1e2e9

View File

@@ -189,6 +189,6 @@ jobs:
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
gh workflow run ci \
gh workflow run "Update Formula" \
--repo lightpanda-io/homebrew-browser \
--field tag="${{ env.RELEASE }}"