From 43f29645687dec18b672fa256c11dcdf277c2599 Mon Sep 17 00:00:00 2001 From: aboyko Date: Fri, 14 Jun 2024 17:26:59 -0400 Subject: [PATCH] Skip notarization for `release` temporarily --- .github/workflows/gh-hosted-eclipse-distro-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index 56afce299..d28a753a1 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -266,7 +266,7 @@ jobs: ${{ github.workspace }}/.github/scripts/sign-osx-distro-file.sh $file ${{ github.workspace }}/.github/assets/entitlements.plist ${{ github.workspace }}/.github/assets/sts4.icns done - name: Notarize DMG files - if: ${{ inputs.build_type != 'snapshot' }} + if: ${{ inputs.build_type != 'release' }} env: NOTARIZE_PROFILE: notarize-app-dmg-profile run: |