~bigbes/ci-cacher

1c1f3858362fde7d1147949bc3c1bdfea4623674 — Eugene Blikh 2 days ago 176b6cb
publish.yml: hut version (not --version)

Caught by job 141 install_hut step. `hut` doesn't expose a --version
flag; the subcommand is `hut version`. `go install` had succeeded
silently and the failure was just the version probe.
1 files changed, 1 insertions(+), 1 deletions(-)

M .builds/publish.yml
M .builds/publish.yml => .builds/publish.yml +1 -1
@@ 39,7 39,7 @@ tasks:
      go version
  - install_hut: |
      go install git.sr.ht/~xenrox/hut@latest
      hut --version
      hut version
  - install_goreleaser: |
      # Pinned binary release, not `go install` — goreleaser's release
      # binaries are stripped + statically linked and ~10x smaller than