Skip to content

fix(ci): publish github package under org scope#4

Merged
Jess Sullivan (Jesssullivan) merged 2 commits into
mainfrom
codex/tin713-gh-packages-scope
Apr 28, 2026
Merged

fix(ci): publish github package under org scope#4
Jess Sullivan (Jesssullivan) merged 2 commits into
mainfrom
codex/tin713-gh-packages-scope

Conversation

@Jesssullivan

Copy link
Copy Markdown
Contributor

Fixes the GitHub Packages mirror scope from the public npm scope to the GitHub org scope.

The public npm artifact remains under @tummycrypt/*; this only changes the github_package_name input used by the reusable publish workflow so GitHub Packages publishes under @tinyland-inc/*.

Tracking: TIN-713

@greptile-apps

greptile-apps Bot commented Apr 28, 2026

Copy link
Copy Markdown

Greptile Summary

Corrects the github_package_name input in both ci.yml and publish.yml from @tummycrypt/tinyland-event-loader to @tinyland-inc/tinyland-event-loader, aligning the GitHub Packages mirror with the org scope. The public npm artifact scope (@tummycrypt/*) is unaffected.

Confidence Score: 5/5

Safe to merge — minimal, targeted config change with no logic impact.

Single-line scope string corrected in two workflow files; no logic, secrets, or permissions changed. CI uses dry_run: true so the fix is safe to validate before any real publish occurs.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Updates github_package_name to @tinyland-inc/tinyland-event-loader; dry_run remains true so no actual publish occurs in CI.
.github/workflows/publish.yml Updates github_package_name to @tinyland-inc/tinyland-event-loader for the actual publish workflow; packages: write permission is already present.

Sequence Diagram

sequenceDiagram
    participant GH as GitHub Actions
    participant NPM as npm Registry (public)
    participant GHPKG as GitHub Packages

    GH->>NPM: publish @tummycrypt/tinyland-event-loader (unchanged)
    GH->>GHPKG: publish @tinyland-inc/tinyland-event-loader (was @tummycrypt/*)
Loading

Reviews (1): Last reviewed commit: "fix(ci): publish github package under or..." | Re-trigger Greptile

@Jesssullivan Jess Sullivan (Jesssullivan) merged commit 690f26e into main Apr 28, 2026
5 checks passed
@Jesssullivan Jess Sullivan (Jesssullivan) deleted the codex/tin713-gh-packages-scope branch April 28, 2026 22:10
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