mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-10 12:37:30 +00:00
Env var template in signing configuration does not seems to work
This commit is contained in:
@@ -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}"]
|
||||
|
||||
Reference in New Issue
Block a user