novuhq / novu-ruby

Ruby SDK for Novu - The open-source notification infrastructure for engineers. 🚀
https://rubygems.org/gems/novu
MIT License
23 stars 10 forks source link

Setup Workflow Process for Automatic Release to Rubygems on New Tagged Release #42

Open unicodeveloper opened 11 months ago

unicodeveloper commented 11 months ago

We need to create a workflow GitHub action that can automatically run to release a new version on Rubygem when I tag a new release on GitHub.

The PHP, Kotlin, Java, Python and .NET SDKs automatically publishes when I tag a new release on the GitHub repo.

E.g if I tag v2.0.0, a Github action should run that authenticates with the Novu account on rubygem and publishes a new release.

unicodeveloper commented 11 months ago

@Eazybright this is it. Feel free to take your time 🎉

Eazybright commented 11 months ago

noted

Eazybright commented 11 months ago

@unicodeveloper PR raised: https://github.com/novuhq/novu-ruby/pull/44