Skip to content

Commit 89f7020

Browse files
committed
remove post hook signing
1 parent d1da30e commit 89f7020

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.goreleaser.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ builds:
3535
- -X '{{ .ModulePath }}/pkg/common.BRANCH={{ .Branch }}'
3636
- -X '{{ .ModulePath }}/pkg/common.VERSION={{ .Tag }}'
3737
- -X '{{ .ModulePath }}/pkg/common.COMMIT={{ .Commit }}'
38-
hooks:
39-
post:
40-
- cmd: |
41-
{{- if eq .Os "darwin" -}}
42-
quill sign-and-notarize "{{ .Path }}" --dry-run={{ .IsSnapshot }} --ad-hoc={{ .IsSnapshot }} -vv
43-
{{- else -}}
44-
true
45-
{{- end -}}
46-
env:
47-
- QUILL_LOG_FILE=/tmp/quill-{{ .Target }}.log
38+
# hooks:
39+
# post:
40+
# - cmd: |
41+
# {{- if eq .Os "darwin" -}}
42+
# quill sign-and-notarize "{{ .Path }}" --dry-run={{ .IsSnapshot }} --ad-hoc={{ .IsSnapshot }} -vv
43+
# {{- else -}}
44+
# true
45+
# {{- end -}}
46+
# env:
47+
# - QUILL_LOG_FILE=/tmp/quill-{{ .Target }}.log
4848
archives:
4949
- id: default
5050
builds:

0 commit comments

Comments
 (0)