diff --git a/.github/workflows/check-notarization.yml b/.github/workflows/check-notarization.yml index 63c14baf5..4c0c4f258 100644 --- a/.github/workflows/check-notarization.yml +++ b/.github/workflows/check-notarization.yml @@ -13,6 +13,6 @@ jobs: eclipse-distro-build: runs-on: macos-latest steps: - name: Notarization Logs + - name: Notarization Logs run: | xcrun notarytool log ${{ inputs.id }} --apple-id ${{ secrets.AC_USERNAME }} --team-id ${{ secrets.APPLE_TEAM_ID }} --password ${{ secrets.AC_PASSWORD }}