We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776d52f commit 103c155Copy full SHA for 103c155
.github/.goreleaser.yaml
@@ -51,6 +51,7 @@ changelog:
51
notarize:
52
macos:
53
- enabled: '{{ isEnvSet "MACOS_SIGN_P12" }}'
54
+ ids: [darwin]
55
sign:
56
certificate: "{{ .Env.MACOS_SIGN_P12 }}"
57
password: "{{ .Env.MACOS_SIGN_PASSWORD }}"
0 commit comments