Skip to content

Commit 1556efc

Browse files
ci(goreleaser): Sign release (#4184)
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 0dccd4f commit 1556efc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -780,12 +780,11 @@ signs:
780780
- artifacts: checksum
781781
cmd: gpg
782782
args: [
783-
"--batch",
784-
"--yes",
783+
"--batch", "--yes",
785784
"--armor",
786785
"--pinentry-mode", "loopback",
787-
"--passphrase", "{{ .Env.SIGN_RELEASE_GPG_PASSPHRASE }}",
788-
"--local-user", "{{ .Env.SIGN_RELEASE_GPG_KEY_ID }}",
786+
"--local-user", "{{ .Env.GPG_FINGERPRINT }}",
789787
"--output", "${signature}",
790788
"--detach-sign", "${artifact}"
791789
]
790+
signature: "${artifact}.sig"

0 commit comments

Comments
 (0)