ci: fix --no-tty gpg flag

pull/10/head
sundowndev 2022-12-05 12:42:56 +04:00
parent 711310a2e9
commit db975d46fc
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ before:
- go generate ./...
signs:
- artifacts: checksum
args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}", "--no-tty"]
args: ["--no-tty", "--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]
signature: "${artifact}.gpg"
builds:
- id: "covermyass"