Skip to content

ci: add workflow_dispatch to republish a git tag to RubyGems - #6

Merged
mhenrixon merged 1 commit into
mainfrom
fix/publish-tag-workflow
Jul 17, 2026
Merged

ci: add workflow_dispatch to republish a git tag to RubyGems#6
mhenrixon merged 1 commit into
mainfrom
fix/publish-tag-workflow

Conversation

@mhenrixon

Copy link
Copy Markdown
Collaborator

Summary

  • v0.2.3 release never published (test matrix had Ruby 3.3; fixed in fix(ci): align release test matrix with required_ruby_version #5).
  • Re-running the failed Release workflow still uses the tag-era workflow file.
  • Adds workflow_dispatch publish job that checks out a tag and pushes to RubyGems via OIDC (same path as Release).

Usage

gh workflow run publish-tag.yml -f tag=v0.2.3

v0.2.3 release failed on the old 3.3 test matrix; re-running the
release workflow still uses the tag-era workflow file. This job
publishes an existing tag using current CI Ruby versions and OIDC.
@mhenrixon mhenrixon self-assigned this Jul 17, 2026
@mhenrixon mhenrixon added the bug Something isn't working label Jul 17, 2026
@mhenrixon
mhenrixon merged commit 87f335d into main Jul 17, 2026
5 checks passed
@mhenrixon
mhenrixon deleted the fix/publish-tag-workflow branch July 17, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant