Skip to content

Commit

Permalink
Add cert string to goreleaser configuration (#198)
Browse files Browse the repository at this point in the history
This is needed for goreleaser to actually output the cert

Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX authored Aug 27, 2024
1 parent a4af871 commit 227081d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@ signs:
- "--yes" # needed on cosign 2.0.0+
artifacts: archive
output: true
certificate: '{{ trimsuffix (trimsuffix .Env.artifact ".zip") ".tar.gz" }}.pem'

0 comments on commit 227081d

Please sign in to comment.