Skip to content

Commit b7ddec4

Browse files
authored
Merge pull request #1609 from snyk/fix/goreleaser
fix: update gpg email in goreleaser config
2 parents 26603b5 + 1031c2c commit b7ddec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before:
1212
signs:
1313
- signature: "${artifact}.gpg"
1414
artifacts: checksum
15-
args: [ "--batch", "-u", "security@cloudskiff.com", "--output", "${signature}", "--detach-sign", "${artifact}" ]
15+
args: [ "--batch", "-u", "team-cloud-config+security@snyk.io", "--output", "${signature}", "--detach-sign", "${artifact}" ]
1616
builds:
1717
- id: "driftctl"
1818
binary: driftctl

0 commit comments

Comments
 (0)