Env var template in signing configuration does not seems to work

This commit is contained in:
CrazyMax
2020-05-10 16:12:19 +02:00
parent c2638bf40c
commit 145323343f
3 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -37,4 +37,4 @@ checksum:
signs:
-
artifacts: checksum
args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]
args: ["--batch", "-u", "27571A53B86AF0C799B38BA77D851EB72D73BDA0", "--output", "${signature}", "--detach-sign", "${artifact}"]