From a3a9bc1c4ddfe29d54034b4b13dece8cd80e0fc9 Mon Sep 17 00:00:00 2001 From: Kondal Kolipaka Date: Thu, 6 Jun 2024 01:10:16 +0530 Subject: [PATCH] fix: update ci_release.yml issues --- .github/workflows/ci_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 01a913be8..29a26175e 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -68,7 +68,7 @@ jobs: NOTARIZATION_USERNAME: ${{ secrets.NOTARIZATION_USERNAME }} NOTARIZATION_PASSWORD: ${{ secrets.NOTARIZATION_PASSWORD }} NOTARIZATION_TEAM_ID: ${{ secrets.NOTARIZATION_TEAM_ID }} - run: | + run: | echo "Create notary keychain" /usr/bin/security create-keychain -p espressif notary.keychain /usr/bin/security default-keychain -s notary.keychain