@robertomiranda I created a Github Actions in order to release versions to rubygems automatically when we create a new release/tag in Github.
It is not working yet, because it is required to create a new secret in repo settings with name RUBYGEMS_AUTH_TOKEN and token generated in RubyGems dashboard. Can you create it for us, please, when you have time?
Once the secret is created, we can test creating a "official" release here in repo to execute the flow.
Recently, I also merged for us the #93 to prepare repo for the version release, setting the version number in code 👍
@robertomiranda I created a Github Actions in order to release versions to rubygems automatically when we create a new release/tag in Github.
It is not working yet, because it is required to create a new secret in repo settings with name
RUBYGEMS_AUTH_TOKEN
and token generated in RubyGems dashboard. Can you create it for us, please, when you have time?Once the secret is created, we can test creating a "official" release here in repo to execute the flow.
Recently, I also merged for us the #93 to prepare repo for the version release, setting the version number in code 👍
Thanks a lot! 🍻