Skip to content

Commit

Permalink
Merge pull request #1609 from snyk/fix/goreleaser
Browse files Browse the repository at this point in the history
fix: update gpg email in goreleaser config
  • Loading branch information
eliecharra authored Jan 9, 2023
2 parents 26603b5 + 1031c2c commit b7ddec4
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 @@ -12,7 +12,7 @@ before:
signs:
- signature: "${artifact}.gpg"
artifacts: checksum
args: [ "--batch", "-u", "security@cloudskiff.com", "--output", "${signature}", "--detach-sign", "${artifact}" ]
args: [ "--batch", "-u", "team-cloud-config+security@snyk.io", "--output", "${signature}", "--detach-sign", "${artifact}" ]
builds:
- id: "driftctl"
binary: driftctl
Expand Down

0 comments on commit b7ddec4

Please sign in to comment.