From 65ea3f37fcb6d34dbaa6c6fbb876f977472bc636 Mon Sep 17 00:00:00 2001 From: lucaronin Date: Sat, 6 Jun 2026 11:42:57 +0200 Subject: [PATCH] ci: allow v2026-06-06 stable without windows signing --- .github/workflows/release-stable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-stable.yml b/.github/workflows/release-stable.yml index 3fb544d0..b0ddced8 100644 --- a/.github/workflows/release-stable.yml +++ b/.github/workflows/release-stable.yml @@ -67,9 +67,9 @@ jobs: version: ${{ needs.version.outputs.version }} macos_bundles: "" 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. - 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 # ─────────────────────────────────────────────────────────────