Skip to content

Commit

Permalink
fix binary releases
Browse files Browse the repository at this point in the history
capnspacehook committed Sep 22, 2023
1 parent 60ec121 commit da5938e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
env:
- COSIGN_EXPERIMENTAL=true

changelog:
use: github-native
sort: asc
@@ -42,7 +39,7 @@ signs:
- id: checksum-signature
cmd: cosign
certificate: "${artifact}.crt"
args: ["sign-blob", "--output-signature", "${signature}", "--output-certificate", "${certificate}", "${artifact}"]
args: ["sign-blob", "--output-signature", "${signature}", "--output-certificate", "${certificate}", "${artifact}", "--yes"]
artifacts: checksum

release:

0 comments on commit da5938e

Please sign in to comment.