~bigbes/ci-cacher: d44d75de

publish.yml: goreleaser --skip=validate

When a CI manifest patch lands after tagging, the version tag won't
point at HEAD. --skip=validate lets goreleaser proceed with the
already-tagged version anyway. Safe because the binary built from
HEAD vs the tag is byte-identical (only publish.yml differs).

Eugene Blikh <bigbes@gmail.com> — 2026-05-25 21:24:51 UTC

Commit d44d75de0f007b7a1d4f4fade402fe10653413f9view raw patch

Parent(s): 462e6166

1 changed file(s)

FileStatus+
.builds/publish.yml M +6 -1