babarot / gomi

🗑️ Replacement for UNIX rm command!
https://babarot.me/gomi
MIT License
316 stars 13 forks source link

Cannot get the latest version from Homebrew #37

Open shuuuuun opened 11 months ago

shuuuuun commented 11 months ago

Currently the latest version is v1.1.6, but the latest version available from Homebrew is v1.1.1. https://github.com/babarot/homebrew-tap/blob/337509fca5795301f5b43d4d1ecb6275724a81a9/Formula/gomi.rb#L5

I found a configuration released by goreleaser from this repository. https://github.com/babarot/gomi/blob/e63731adf335293729414d683e68a80f9f8fbd45/.goreleaser.yaml#L31-L44

The release workflow history shows that it may fail. https://github.com/babarot/gomi/actions/workflows/release.yaml I have not been able to check the logs because it is expired.

It would be nice to get the latest version from Homebrew.

Thank you.