Skip to content

Conversation

@fortissimo1997
Copy link
Owner

Summary

Fix the GitHub Actions workflow used for publishing gems to RubyGems.

  • Adjust release.yml trigger:
    • Previously types: [published] (did not fire for release-please)
    • Now types: [released, published] so it runs on release-please events
  • Commit message updated to chore: so release-please does not cut an
    unnecessary patch release.

Notes

  • This change only affects CI/CD; no runtime code is modified.
  • After merging, creating a GitHub Release (e.g. v0.9.0) should
    correctly trigger the publish job.

@fortissimo1997 fortissimo1997 merged commit 5898d19 into master Aug 24, 2025
8 checks passed
@coveralls
Copy link

Coverage Status

coverage: 91.304%. remained the same
when pulling df21b45 on fix-release-workflow
into 69d9d16 on master.

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

Successfully merging this pull request may close these issues.

3 participants