Skip to content

Commit

Permalink
Pass no-tty flag to gpg
Browse files Browse the repository at this point in the history
sbrudz committed Jan 24, 2024

Verified

This commit was signed with the committer’s verified signature.
PatrickDinh Hoang Dinh
1 parent c77536e commit 98d3c25
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
@@ -35,13 +35,13 @@ signs:
# if you are using this in a GitHub action or some other automated pipeline, you
# need to pass the batch flag to indicate its not interactive.
- "--batch"
- "--no-tty"
- "--local-user"
- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
- "--output"
- "${signature}"
- "--detach-sign"
- "${artifact}"
output: true
release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true

0 comments on commit 98d3c25

Please sign in to comment.