Skip to content

Conversation

cnaples79
Copy link
Contributor

Summary

  • Removes the unused push-github-packages job from the build workflow
  • This job has had 0 downloads in 4 years according to issue [MAINT]: Remove publish to GitHub Packages #764
  • Simplifies the workflow by removing unnecessary complexity
  • Preserves NuGet publishing functionality

Changes Made

  • Removed the entire push-github-packages job (lines 60-80) from .github/workflows/build.yml
  • No other functionality is affected

Test Plan

  • Verified the workflow syntax is correct after removal
  • Confirmed NuGet publishing job remains intact
  • Workflow will be tested on next push to main branch

This change reduces maintenance overhead and simplifies the CI/CD pipeline without affecting any actively used functionality.

Fixes #764

The GitHub Packages publishing step has had 0 downloads in 4 years
and is unnecessary complexity in the workflow. This change removes
the push-github-packages job while preserving NuGet publishing.

Fixes octokit#764
Copy link

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

@JamieMagee JamieMagee enabled auto-merge (squash) September 11, 2025 21:55
@JamieMagee JamieMagee merged commit 2d1cd21 into octokit:main Sep 11, 2025
8 checks passed
@github-project-automation github-project-automation bot moved this from 🆕 Triage to ✅ Done in 🧰 Octokit Active Sep 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

[MAINT]: Remove publish to GitHub Packages

2 participants