Skip to content

Conversation

@bougyman
Copy link
Member

Wasn't building the gem before looking for it to publish,
so the publishing never happened. This moves the build
earlier than the lookup. Tested locally.

Copilot AI review requested due to automatic review settings July 31, 2025 18:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a timing issue in the gem publishing script where the gem file lookup was happening before the gem was actually built, causing publishing to fail. The fix moves the bundle exec gem build command earlier in the script and adjusts file path references to use a consistent root directory variable.

  • Moves gem build command before gem file lookup to ensure the gem exists when searching for it
  • Introduces a root variable for consistent path resolution
  • Updates gem file path construction to use the new root variable instead of relative paths

bougyman and others added 3 commits July 31, 2025 12:16
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@bougyman bougyman merged commit 62053e9 into main Jul 31, 2025
3 of 4 checks passed
@bougyman bougyman deleted the build-the-gem branch July 31, 2025 18:19
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