Skip to content

Commit

Permalink
ci: fix environment variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
skang0601 committed Jan 19, 2022
1 parent ff46788 commit 9815973
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 @@ -37,7 +37,7 @@ changelog:

signs:
- artifacts: checksum
args: ["-u", "{{ .ENV.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]
args: ["-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]

nfpms:
- vendor: helm-docs
Expand Down

0 comments on commit 9815973

Please sign in to comment.