ci: only publish homebrew formula from one job (#2560)

This commit is contained in:
ReenigneArcher 2024-05-24 14:34:42 -04:00 committed by GitHub
parent c204b2cf5d
commit dd8aee2159
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -563,7 +563,9 @@ jobs:
validate: true
- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
if: >-
matrix.release &&
needs.setup_release.outputs.publish_release == 'true'
uses: LizardByte/create-release-action@v2024.520.211408
with:
allowUpdates: true