Drop unused hub CLI install from release workflow#210
Merged
Conversation
The release workflow installed the legacy hub CLI but nothing in the workflow, Makefile, or release scripts invokes hub. gh ships preinstalled on GitHub-hosted runners if a future step needs it. Signed-off-by: Tamal Saha <tamal@appscode.com>
tamalsaha
added a commit
that referenced
this pull request
May 19, 2026
The release workflow installed the legacy hub CLI but nothing in the workflow, Makefile, or release scripts invokes hub. gh ships preinstalled on GitHub-hosted runners if a future step needs it. Signed-off-by: Tamal Saha <tamal@appscode.com>
tamalsaha
added a commit
that referenced
this pull request
May 19, 2026
The release workflow installed the legacy hub CLI but nothing in the workflow, Makefile, or release scripts invokes hub. gh ships preinstalled on GitHub-hosted runners if a future step needs it. Signed-off-by: Tamal Saha <tamal@appscode.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/release.ymlinstalls the legacyhubCLI, but nothing in the workflow, Makefile, or release scripts invokes it. Removed the deadInstall GitHub CLI (hub)step.ghships preinstalled on GitHub-hosted runners if a future step needs a GitHub CLI.Note: the only other
hubreferences (in.github/workflows/release-tracker.ymlandhack/scripts/update-release-tracker.sh) are already being removed by #209.Test plan
make release,make deploy-to-linode).