We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4688e72 + c60d625 commit 1bf3d3bCopy full SHA for 1bf3d3b
1 file changed
.goreleaser.yml
@@ -133,10 +133,10 @@ nfpms:
133
postremove: scripts/postremove.sh
134
rpm:
135
signature:
136
- key_file: "{{ .Env.GPG_PRIVATE_KEY_FILE }}"
+ key_file: '{{ envOrDefault "GPG_PRIVATE_KEY_FILE" "ENV_VAR_GPG_PRIVATE_KEY_FILE_NOT_SET" }}'
137
deb:
138
139
140
type: origin
141
-
142
<< : *NFPM
0 commit comments