Skip to content

Commit

Permalink
build: removed notarize to release first build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-s committed Jul 2, 2024
1 parent 2cea6c2 commit 2005226
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ signs:
release:
mode: append

notarize:
macos:
- enabled: '{{ isEnvSet "MACOS_SIGN_P12" }}'
ids:
- macos-cli
sign:
certificate: "{{.Env.MACOS_SIGN_P12}}"
password: "{{.Env.MACOS_SIGN_PASSWORD}}"
# notarize:
# macos:
# - enabled: '{{ isEnvSet "MACOS_SIGN_P12" }}'
# ids:
# - macos-cli
# sign:
# certificate: "{{.Env.MACOS_SIGN_P12}}"
# password: "{{.Env.MACOS_SIGN_PASSWORD}}"

notarize:
issuer_id: "{{.Env.MACOS_NOTARY_ISSUER_ID}}"
key_id: "{{.Env.MACOS_NOTARY_KEY_ID}}"
key: "{{.Env.MACOS_NOTARY_KEY}}"
wait: true
timeout: 50m
# notarize:
# issuer_id: "{{.Env.MACOS_NOTARY_ISSUER_ID}}"
# key_id: "{{.Env.MACOS_NOTARY_KEY_ID}}"
# key: "{{.Env.MACOS_NOTARY_KEY}}"
# wait: true
# timeout: 50m

0 comments on commit 2005226

Please sign in to comment.