Skip to content

Commit

Permalink
ci: only publish homebrew formula from one job (#2560)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed May 24, 2024
1 parent c204b2c commit dd8aee2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd8aee2

Please sign in to comment.