k1LoW / tbls

tbls is a CI-Friendly tool for document a database, written in Go.
MIT License
3.32k stars 164 forks source link

Fix the command line argument for goreleaser release command #514

Closed mmizutani closed 9 months ago

mmizutani commented 9 months ago

This PR is another (and hopefully last) attempt of mine to fix the non-dry-run build of Linux releases.

This fix addresses the run error in the latest linux-release job of the tagpr CI workflow by making the argument name compatible with the latest version, not the older version referenced by the stale homebrew in the macos-latest CI container image, of goreleaser.

⨯ command failed error=unknown flag: --rm-clean

https://github.com/k1LoW/tbls/actions/runs/6386764561/job/17333991521

k1LoW commented 9 months ago

It really helps. Thank you! 💦