mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-01-09 05:51:02 +00:00
ci: only publish homebrew formula from one job (#2560)
This commit is contained in:
parent
c204b2cf5d
commit
dd8aee2159
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…
Reference in New Issue
Block a user