Skip to content

Commit fc6a768

Browse files
committed
fix: use correct PASSPHRASE environment variable name
- Change GPG_PASSPHRASE to PASSPHRASE to match GitHub secret name - Fixes 'map has no entry for key' error during release signing
1 parent a0c249a commit fc6a768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ signs:
6565
- ${artifact}
6666
signature: ${artifact}.sig
6767
artifacts: checksum
68-
stdin: "{{ .Env.GPG_PASSPHRASE }}"
68+
stdin: "{{ .Env.PASSPHRASE }}"
6969

7070
# Release configuration
7171
release:

0 commit comments

Comments
 (0)