Skip to content

Publish gem to GitHub Packages#1

Merged
aladac merged 1 commit into
masterfrom
add-github-packages
Feb 3, 2026
Merged

Publish gem to GitHub Packages#1
aladac merged 1 commit into
masterfrom
add-github-packages

Conversation

@aladac
Copy link
Copy Markdown
Member

@aladac aladac commented Feb 3, 2026

Summary

  • Adds GitHub Packages publishing so the gem appears on the profile Packages tab
  • Triggers on v* tag push (same as existing release flow)
  • Uses GITHUB_TOKEN — no additional secrets needed

Test plan


Note

Medium Risk
Adds an additional package publish target and grants packages: write to the workflow; failures or misconfiguration could break releases or publish to an unexpected namespace.

Overview
Extends the tag-based release workflow to also publish the built .gem to GitHub Packages via rubygems.pkg.github.com using the repository GITHUB_TOKEN.

Updates workflow permissions to include packages: write and writes a temporary ~/.gem/credentials entry for the GitHub push step.

Written by Cursor Bugbot for commit 979c27c. This will update automatically on new commits. Configure here.


Continue Tasks: ▶️ 3 queued — View all

Publishes gem to GitHub Packages (rubygems.pkg.github.com)
on tag push, so it appears on the profile Packages tab.
@aladac aladac merged commit 47b09c4 into master Feb 3, 2026
2 checks passed
@aladac aladac deleted the add-github-packages branch February 3, 2026 22:55
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