Skip to content

Commit 9bd71ff

Browse files
committed
ci: skip updater json for targeted release builds
1 parent e7fdaf9 commit 9bd71ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ jobs:
257257
releaseBody: ${{ steps.changelog.outputs.content }}
258258
releaseDraft: false
259259
prerelease: false
260+
includeUpdaterJson: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.target == 'all' }}
260261
args: --target ${{ matrix.target }}
261262

262263
- name: Cleanup keychain

0 commit comments

Comments
 (0)