From c89b56d475be9b414f84dabe22a07ab9d5f41858 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 29 Sep 2019 02:40:15 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ce2a71..72c1154 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Following inputs can be used as `step.with` keys If signing is enabled in your GoReleaser configuration, populate the `key` input with your private key and reference the key in your signing configuration, e.g. -``` +```yaml signs: - artifacts: checksum args: ["--batch", "-u", "", "--output", "${signature}", "--detach-sign", "${artifact}"]