Skip to content

Commit

Permalink
ci: Testing GoReleaser configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 30, 2024
1 parent a518dc0 commit 00092c0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,20 +209,20 @@ nfpms:
release: '1'

# https://goreleaser.com/customization/notarize/
notarize:
macos:
- enabled: '{{ isEnvSet "MACOS_SIGN_P12 }}'
ids:
- macos-archive
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: 30m
# notarize:
# macos:
# - enabled: '{{ isEnvSet "MACOS_SIGN_P12 }}'
# ids:
# - macos-archive
# 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: 30m

# https://goreleaser.com/customization/homebrew/
brews:
Expand Down

0 comments on commit 00092c0

Please sign in to comment.