Skip to content

fix: build gem into pkg/ for the release-gem await step - #193

Merged
ronaldtse merged 1 commit into
mainfrom
fix/rakefile-pkg
Aug 27, 2026
Merged

fix: build gem into pkg/ for the release-gem await step#193
ronaldtse merged 1 commit into
mainfrom
fix/rakefile-pkg

Conversation

@ronaldtse

Copy link
Copy Markdown
Contributor

The 2.5.0 push itself succeeded (gem registered on rubygems.org), but the
action's final propagation-wait step runs gem exec rubygems-await pkg/*.gem
— bundler's build convention — and aborted with FormatError on the missing
pkg/ glob because the Rakefile built into the repo root.

This moves the built gem into pkg/ after gem build, so future release runs
go green end-to-end. No re-dispatch needed for 2.5.0: the gem is already
published and verified.

@ronaldtse
ronaldtse merged commit 9970d6b into main Aug 27, 2026
6 checks passed
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.

1 participant