You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add GitHub Actions workflow for automated gem releases
Triggers on version tags (v*) to:
- Run tests
- Build gem
- Push to RubyGems
- Create GitHub release with release notes
Requires RUBYGEMS_API_KEY secret to be configured.
Fixes#79
0 commit comments