Update README

This commit is contained in:
CrazyMax 2019-09-29 02:40:15 +02:00
parent 34f0b11866
commit c89b56d475
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 1 additions and 1 deletions

View File

@ -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", "<key id, fingerprint, email, ...>", "--output", "${signature}", "--detach-sign", "${artifact}"]