Skip to content

Commit

Permalink
ci: attempt to fix gpg signing command
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Dec 5, 2022
1 parent db975d4 commit ed5a85b
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 @@ -11,7 +11,7 @@ before:
- go generate ./...
signs:
- artifacts: checksum
args: ["--no-tty", "--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]
args: ["--use-agent", "--armor", "--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]
signature: "${artifact}.gpg"
builds:
- id: "covermyass"
Expand Down

0 comments on commit ed5a85b

Please sign in to comment.