Closed
Description
I currently release new versions of the ruby-macho gem from my desktop. This isn't ideal, both security wise and in terms of availability for other Homebrew maintainers. So, we should use GitHub Actions to automatically publish releases instead.
Some notes:
- It looks like
gem push
can useGEM_HOST_API_KEY
in the environment to get a RubyGems API key