We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea60c0 commit bfedd2dCopy full SHA for bfedd2d
.goreleaser.yml
@@ -37,6 +37,7 @@ checksum:
37
algorithm: sha256
38
signs:
39
- artifacts: checksum
40
+ args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]
41
release:
42
# If you want to manually examine the release before its live, uncomment this line:
43
# draft: true
0 commit comments