diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 21f8f81fe..b3cd2b767 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -66,6 +66,7 @@ jobs: - name: Install packages run: npm ci + # If this step fails its possible apple has new license terms which need to be accepted by logging into https://developer.apple.com/account - name: Package app (MacOS only) if: matrix.os == 'macos-13' shell: bash diff --git a/packages/insomnia/electron-builder.config.js b/packages/insomnia/electron-builder.config.js index 39c421a8b..7c01a5536 100644 --- a/packages/insomnia/electron-builder.config.js +++ b/packages/insomnia/electron-builder.config.js @@ -62,6 +62,7 @@ const config = { extendInfo: { NSRequiresAquaSystemAppearance: false, }, + // If this step fails its possible apple has new license terms which need to be accepted by logging into https://developer.apple.com/account notarize: { teamId: 'FX44YY62GV', },