ci: only publish homebrew formula from one job (#2560)
This commit is contained in:
parent
c204b2cf5d
commit
dd8aee2159
1 changed files with 3 additions and 1 deletions
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue