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