mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
add note about notorize fail
This commit is contained in:
parent
72edb6a0a6
commit
272c25a605
1
.github/workflows/release-build.yml
vendored
1
.github/workflows/release-build.yml
vendored
@ -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
|
||||
|
@ -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',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user