Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 25d3f4b

Browse files
authored
ci: fix cosign (#98)
1 parent 3a494cf commit 25d3f4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ signs:
8585
- "--output-certificate=${certificate}"
8686
- "--output-signature=${signature}"
8787
- "${artifact}"
88+
- --yes
8889
artifacts: checksum
8990
output: true
9091

@@ -97,3 +98,4 @@ docker_signs:
9798
args:
9899
- 'sign'
99100
- '${artifact}'
101+
- --yes

0 commit comments

Comments
 (0)