Skip to content

Commit 1db9330

Browse files
committed
goreleaser syntax fix
1 parent b56fdba commit 1db9330

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.goreleaser.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ sboms:
2525
# all files (including the sboms) are included in the checksum
2626
# https://goreleaser.com/customization/sign
2727
signs:
28-
- cmd: cosign
29-
env:
30-
- COSIGN_EXPERIMENTAL=1
31-
certificate: "${artifact}.pem"
32-
args:
33-
- sign-blob
34-
- "--output-certificate=${certificate}"
35-
- "--output-signature=${signature}"
36-
- "${artifact}"
37-
artifacts: checksum
38-
output: true
28+
- cmd: cosign
29+
env:
30+
- COSIGN_EXPERIMENTAL=1
31+
certificate: "${artifact}.pem"
32+
args:
33+
- sign-blob
34+
- "--output-certificate=${certificate}"
35+
- "--output-signature=${signature}"
36+
- "${artifact}"
37+
artifacts: checksum
38+
output: true

0 commit comments

Comments
 (0)