1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-19 00:56:13 +02:00

build: fix goreleaser configuration

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2023-03-19 22:43:40 -03:00
parent c9219cae96
commit d30c22f50d
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -189,10 +189,9 @@ furies:
sboms:
- artifacts: archive
signs:
- cmd: cosign
env:
- COSIGN_EXPERIMENTAL=1
certificate: '${artifact}.pem'
output: true
artifacts: checksum
@ -201,15 +200,16 @@ signs:
- '--output-certificate=${certificate}'
- '--output-signature=${signature}'
- '${artifact}'
- --yes
docker_signs:
- cmd: cosign
env:
- COSIGN_EXPERIMENTAL=1
artifacts: manifests
output: true
args:
- 'sign'
- '${artifact}'
- --yes
changelog:
sort: asc
@ -249,7 +249,7 @@ milestones:
announce:
twitter:
enabled: true
enabled: false
message_template: "nFPM {{ .Tag }} was just released! See what's new: https://github.com/goreleaser/nfpm/releases/tag/{{ .Tag }}"
discord:
enabled: true