Skip to content

Commit

Permalink
ci: fix goreleaser sign config
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Apr 13, 2023
1 parent 147e6ad commit 6bdbbea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ signs:
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
- "${artifact}"
- --yes
artifacts: checksum
output: true

Expand All @@ -101,3 +102,4 @@ docker_signs:
args:
- 'sign'
- '${artifact}'
- --yes

0 comments on commit 6bdbbea

Please sign in to comment.