@@ 50,7 50,12 @@ tasks:
goreleaser --version
- build: |
cd ci-cacher
- goreleaser release --clean --skip=publish
+ # --skip=validate lets goreleaser release v0.1.0 from a commit that
+ # isn't precisely the v0.1.0 tag (e.g. a CI manifest patch landed
+ # after tagging). Safe here because the published binary is built
+ # from the same Go source either way; only .builds/publish.yml
+ # differs between HEAD and the tagged commit.
+ goreleaser release --clean --skip=validate,publish
ls dist/
- package_pages: |
# Goreleaser writes binaries under dist/cacher_<os>_<arch>_v<n>/cacher.