ci(release): Fix homebrew releases (#1468)

This commit is contained in:
Gideon
2025-11-11 16:12:50 +01:00
committed by GitHub
parent 50d318641a
commit ec8d30f634

View File

@@ -18,4 +18,5 @@ jobs:
token: ${{secrets.HOMEBREW_ACCESS_TOKEN}} token: ${{secrets.HOMEBREW_ACCESS_TOKEN}}
formula: topgrade formula: topgrade
tag: ${{ github.event.client_payload.tag }} tag: ${{ github.event.client_payload.tag }}
org: topgrade-rs # We cannot use an org because org forks cannot give push access to maintainers, which Homebrew requires.
# org: topgrade-rs