mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-15 23:20:32 +00:00
document cache-binary in README
This commit is contained in:
parent
578ae21948
commit
04e0e23137
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ Following inputs can be used as `step.with` keys
|
|||
| `args` | String | | Arguments to pass to GoReleaser |
|
||||
| `workdir` | String | `.` | Working directory (below repository root) |
|
||||
| `install-only` | Bool | `false` | Just install GoReleaser |
|
||||
| `cache-binary` | Bool | `false` | Cache binary to GitHub Actions cache backend |
|
||||
|
||||
> **¹** Can be a fixed version like `v0.117.0` or a max satisfying semver one like `~> 0.132`. In this case this will return `v0.132.1`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue