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 2c51e7a commit f16fd20Copy full SHA for f16fd20
.goreleaser.yaml
@@ -41,7 +41,7 @@ source:
41
# config the archives filenames, format, and other options.
42
# https://goreleaser.com/customization/archive
43
archives:
44
- - format: tar.gz
+ - formats: [tar.gz]
45
wrap_in_directory: true
46
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
47
builds_info:
@@ -64,11 +64,10 @@ checksum:
64
# https://goreleaser.com/customization/sign
65
signs:
66
- cmd: cosign
67
- certificate: "${artifact}.pem"
+ signature: "${artifact}.sigstore.json"
68
args:
69
- sign-blob
70
- - "--output-certificate=${certificate}"
71
- - "--output-signature=${signature}"
+ - "--bundle=${signature}"
72
- "${artifact}"
73
- "--yes"
74
artifacts: checksum
0 commit comments