Skip to content

Commit

Permalink
Pass no-tty flag to gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrudz committed Jan 24, 2024
1 parent c77536e commit ef04209
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 @@ -38,10 +38,10 @@ signs:
- "--local-user"
- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
- "--output"
- "--no-tty"
- "${signature}"
- "--detach-sign"
- "${artifact}"
output: true
release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
Expand Down

0 comments on commit ef04209

Please sign in to comment.