Skip to content

Comments

Skip Bundler source-control tasks in CI to fix release workflow#6

Merged
jonathan-kosgei merged 1 commit intomainfrom
claude/ruby-ipdata-sdk-EtZpA
Feb 23, 2026
Merged

Skip Bundler source-control tasks in CI to fix release workflow#6
jonathan-kosgei merged 1 commit intomainfrom
claude/ruby-ipdata-sdk-EtZpA

Conversation

@jonathan-kosgei
Copy link
Contributor

The rubygems/release-gem action runs rake release, which tries to create and push a git tag. This fails because the bump job already created the tag. Clear the guard_clean and source_control_push tasks in CI so rake release only builds and pushes the gem.

https://claude.ai/code/session_01CvCNpdSjh1STBdmS9n5DN9

The rubygems/release-gem action runs `rake release`, which tries to
create and push a git tag. This fails because the bump job already
created the tag. Clear the guard_clean and source_control_push tasks
in CI so `rake release` only builds and pushes the gem.

https://claude.ai/code/session_01CvCNpdSjh1STBdmS9n5DN9
@jonathan-kosgei jonathan-kosgei merged commit 9c51dce into main Feb 23, 2026
4 checks passed
@jonathan-kosgei jonathan-kosgei deleted the claude/ruby-ipdata-sdk-EtZpA branch February 23, 2026 11:17
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.

2 participants