fix: wait for macOS notarization before publishing

This commit is contained in:
Vladislav 2026-08-04 21:35:29 +03:00
parent 3a619efc3a
commit ba7efdd05e
No known key found for this signature in database
GPG Key ID: 03C90AD643D1C452
1 changed files with 2 additions and 1 deletions

View File

@ -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: