diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd778db3f4..f1cac3441c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,8 +117,6 @@ jobs: run: cp target/release/goosed ui/desktop/src/bin/goosed - name: Add MacOS certs for signing and notarization - # Only run on tagged releases - if: startsWith(github.ref, 'refs/tags/v1.') run: ./add-macos-cert.sh working-directory: ui/desktop env: