From 04e0e23137a1020b71418ca386908733ca233ae7 Mon Sep 17 00:00:00 2001 From: timbretimber <105982513+timbretimber@users.noreply.github.com> Date: Thu, 16 Oct 2025 13:29:34 -0600 Subject: [PATCH] document cache-binary in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2493b6..31c856e 100644 --- a/README.md +++ b/README.md @@ -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`.