ci: allow v2026-06-06 stable without windows signing
This commit is contained in:
4
.github/workflows/release-stable.yml
vendored
4
.github/workflows/release-stable.yml
vendored
@@ -67,9 +67,9 @@ jobs:
|
|||||||
version: ${{ needs.version.outputs.version }}
|
version: ${{ needs.version.outputs.version }}
|
||||||
macos_bundles: ""
|
macos_bundles: ""
|
||||||
upload_macos_dmg: true
|
upload_macos_dmg: true
|
||||||
# One-time stable promotion exception while Windows certificate secrets
|
# One-time stable promotion exceptions while Windows certificate secrets
|
||||||
# are still being provisioned. Future stable tags must keep Authenticode.
|
# are still being provisioned. Future stable tags must keep Authenticode.
|
||||||
require_windows_authenticode: ${{ needs.version.outputs.tag != 'v2026-06-01' }}
|
require_windows_authenticode: ${{ !contains(fromJson('["v2026-06-01","v2026-06-06"]'), needs.version.outputs.tag) }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
# ─────────────────────────────────────────────────────────────
|
# ─────────────────────────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user