diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d5bc414..7c3ba454 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -204,9 +204,9 @@ jobs: --wait # Staple Notarization Ticket - - name: Staple Notarization Ticket - if: contains(matrix.target, 'apple-darwin') - run: xcrun stapler staple "dist/dash-evo-tool-${{ matrix.platform }}.${{ matrix.release-ext }}" + #- name: Staple Notarization Ticket + # if: contains(matrix.target, 'apple-darwin') + # run: xcrun stapler staple "dist/dash-evo-tool-${{ matrix.platform }}.${{ matrix.release-ext }}" - name: Attest uses: actions/attest-build-provenance@v1