We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1858513 commit 5f8cb8dCopy full SHA for 5f8cb8d
1 file changed
.goreleaser.yaml
@@ -20,6 +20,9 @@ builds:
20
- arm64
21
ldflags:
22
- -s -w -X main.version={{.Version}}
23
+ hooks:
24
+ post:
25
+ - cmd: sh -c 'if [ "{{ .Os }}" = "darwin" ] && command -v codesign >/dev/null 2>&1; then codesign --force --sign - "{{ .Path }}"; fi'
26
27
archives:
28
- formats:
0 commit comments