Skip to content

Commit

Permalink
automation: fix goreleaser config
Browse files Browse the repository at this point in the history
Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Sep 12, 2023
1 parent d220b75 commit 05eb3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ builds:
- arm
- arm64
- s390x
- hooks:
hooks:
post:
- sh -c "cosign sign-blob --yes --output-certificate dist/{{ .ProjectName }}_{{ .Version }}_{{ .Target }}.pem --output-signature dist/{{ .ProjectName }}_{{ .Version }}_{{ .Target }}.sig {{ .Path }}"
release:
Expand Down

0 comments on commit 05eb3d4

Please sign in to comment.