From 656c596c33f0e16b6e76584ab30aff3a2860e743 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Thu, 11 Nov 2021 01:01:14 +0000 Subject: [PATCH] Disable fetching MacOS code signing certs in release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e60570d760..a0de3f3b58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -546,6 +546,7 @@ jobs: echo "::endgroup::" - name: Import code signing certificates + if: ${{ false }} # disable for now uses: Apple-Actions/import-codesign-certs@v1 with: # The certificates in a PKCS12 file encoded as a base64 string