Skip to content

Commit

Permalink
fix: GPG variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Jun 6, 2024
1 parent 8bd3adf commit 46596d4
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 @@ -262,7 +262,7 @@ signs:
- "--pinentry-mode"
- "loopback"
- "--batch"
- "--u"
- "-u"
- "{{ .Env.GPG_FINGERPRINT }}"
- "--passphrase"
- "{{ .Env.GPG_PASSPHRASE }}"
Expand Down

0 comments on commit 46596d4

Please sign in to comment.