Skip to content

Commit dff2cdc

Browse files
committed
Add --no-tty flag to GPG signing to prevent interactive prompts
1 parent 58370ea commit dff2cdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ signs:
4545
# Use passphrase directly from environment variable
4646
- "--batch"
4747
- "--yes"
48+
- "--no-tty"
4849
- "--pinentry-mode"
4950
- "loopback"
5051
- "--passphrase"
@@ -60,6 +61,7 @@ signs:
6061
args:
6162
- "--batch"
6263
- "--yes"
64+
- "--no-tty"
6365
- "--pinentry-mode"
6466
- "loopback"
6567
- "--passphrase"

0 commit comments

Comments
 (0)