File tree 1 file changed +10
-10
lines changed 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ builds:
35
35
- -X '{{ .ModulePath }}/pkg/common.BRANCH={{ .Branch }}'
36
36
- -X '{{ .ModulePath }}/pkg/common.VERSION={{ .Tag }}'
37
37
- -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
48
48
archives :
49
49
- id : default
50
50
builds :
You can’t perform that action at this time.
0 commit comments