Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get the latest version from Homebrew #37

Open
shuuuuun opened this issue Oct 7, 2023 · 0 comments
Open

Cannot get the latest version from Homebrew #37

shuuuuun opened this issue Oct 7, 2023 · 0 comments

Comments

@shuuuuun
Copy link

shuuuuun commented Oct 7, 2023

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.

gomi/.goreleaser.yaml

Lines 31 to 44 in e63731a

brews:
- tap:
owner: b4b4r07
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
folder: Formula
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
homepage: https://babarot.me/gomi
description: |
Replacement for UNIX rm command!
license: MIT
skip_upload: auto
test: |
system "#{bin}/gomi", "--version"

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant