fix: wait for macOS notarization before publishing
This commit is contained in:
parent
3a619efc3a
commit
ba7efdd05e
|
|
@ -35,7 +35,6 @@ release:
|
|||
notarize:
|
||||
macos:
|
||||
- enabled: '{{ isEnvSet "MACOS_SIGN_P12" }}'
|
||||
artifacts: archive
|
||||
sign:
|
||||
certificate: "{{.Env.MACOS_SIGN_P12}}"
|
||||
password: "{{.Env.MACOS_SIGN_PASSWORD}}"
|
||||
|
|
@ -43,6 +42,8 @@ notarize:
|
|||
issuer_id: "{{.Env.MACOS_NOTARY_ISSUER_ID}}"
|
||||
key_id: "{{.Env.MACOS_NOTARY_KEY_ID}}"
|
||||
key: "{{.Env.MACOS_NOTARY_KEY}}"
|
||||
timeout: 20m
|
||||
wait: true
|
||||
|
||||
dockers_v2:
|
||||
- images:
|
||||
|
|
|
|||
Loading…
Reference in New Issue