From 92273956afab33d9afaafdcf7b2a33805c01f684 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 24 May 2024 12:41:51 -0400 Subject: [PATCH] ci: only publish homebrew formula from one job --- .github/workflows/CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 40f4fb0ff56..3f622759b6b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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