ci: fix --no-tty gpg flag
parent
711310a2e9
commit
db975d46fc
|
@ -11,7 +11,7 @@ before:
|
||||||
- go generate ./...
|
- go generate ./...
|
||||||
signs:
|
signs:
|
||||||
- artifacts: checksum
|
- 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"
|
signature: "${artifact}.gpg"
|
||||||
builds:
|
builds:
|
||||||
- id: "covermyass"
|
- id: "covermyass"
|
||||||
|
|
Loading…
Reference in New Issue