diff --git a/.github/workflows/release-builds.yml b/.github/workflows/release-builds.yml index 30998487..9a8810b8 100644 --- a/.github/workflows/release-builds.yml +++ b/.github/workflows/release-builds.yml @@ -79,6 +79,9 @@ jobs: - name: Build app run: npm run pre:build:mac + env: + # Disable code signing + CSC_IDENTITY_AUTO_DISCOVERY: false - name: Publish app run: npm run publish