File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -99,17 +99,17 @@ release:
9999
100100 **Full Changelog**: https://github.com/meysam81/{{ .ProjectName }}/compare/{{ .PreviousTag }}...{{ .Tag }}
101101
102- # binary_signs:
103- # - cmd: cosign
104- # args:
105- # - sign-blob
106- # - --output-signature=${signature}
107- # - --output-certificate=${certificate}
108- # - ${artifact}
109- # - --yes
110- # certificate: '${artifact}_{{- tolower .Os }}_{{- if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}{{- if .Arm }}v{{ .Arm }}{{ end }}.pem'
111- # signature: '${artifact}_{{- tolower .Os }}_{{- if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}{{- if .Arm }}v{{ .Arm }}{{ end }}.sig'
112- # output: true
102+ binary_signs :
103+ - cmd : cosign
104+ args :
105+ - sign-blob
106+ - --output-signature=${signature}
107+ - --output-certificate=${certificate}
108+ - ${artifact}
109+ - --yes
110+ certificate : ' ${artifact}_{{- tolower .Os }}_{{- if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}{{- if .Arm }}v{{ .Arm }}{{ end }}.pem'
111+ signature : ' ${artifact}_{{- tolower .Os }}_{{- if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}{{- if .Arm }}v{{ .Arm }}{{ end }}.sig'
112+ output : true
113113
114114checksum :
115115 name_template : checksums.txt
You can’t perform that action at this time.
0 commit comments