mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-10 17:39:45 +00:00
Update README
This commit is contained in:
@@ -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
|
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.
|
and reference the key in your signing configuration, e.g.
|
||||||
|
|
||||||
```
|
```yaml
|
||||||
signs:
|
signs:
|
||||||
- artifacts: checksum
|
- artifacts: checksum
|
||||||
args: ["--batch", "-u", "<key id, fingerprint, email, ...>", "--output", "${signature}", "--detach-sign", "${artifact}"]
|
args: ["--batch", "-u", "<key id, fingerprint, email, ...>", "--output", "${signature}", "--detach-sign", "${artifact}"]
|
||||||
|
|||||||
Reference in New Issue
Block a user