Skip to content

Commit da3fb22

Browse files
committed
ensure checksum signature will be pushed to release
1 parent 91fbd77 commit da3fb22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,15 @@ checksum:
3838
- tar-archive
3939

4040
signs:
41-
- cmd: cosign
41+
- id: checksum-signature
42+
cmd: cosign
4243
certificate: "${artifact}.crt"
4344
args: ["sign-blob", "--output-signature", "${signature}", "--output-certificate", "${certificate}", "${artifact}"]
4445
artifacts: checksum
4546

4647
release:
4748
ids:
49+
- checksum-signature
4850
- tar-archive
4951
prerelease: auto
5052
name_template: "Release {{ .Tag }}"

0 commit comments

Comments
 (0)