Skip to content

Commit 43f2964

Browse files
committed
Skip notarization for release temporarily
1 parent bcf23e3 commit 43f2964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-hosted-eclipse-distro-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
${{ github.workspace }}/.github/scripts/sign-osx-distro-file.sh $file ${{ github.workspace }}/.github/assets/entitlements.plist ${{ github.workspace }}/.github/assets/sts4.icns
267267
done
268268
- name: Notarize DMG files
269-
if: ${{ inputs.build_type != 'snapshot' }}
269+
if: ${{ inputs.build_type != 'release' }}
270270
env:
271271
NOTARIZE_PROFILE: notarize-app-dmg-profile
272272
run: |

0 commit comments

Comments
 (0)