Skip to content

Drop unused hub CLI install from release workflow#210

Merged
tamalsaha merged 1 commit into
switch-to-lgtm-app-tokenfrom
remove-hub-cli
May 19, 2026
Merged

Drop unused hub CLI install from release workflow#210
tamalsaha merged 1 commit into
switch-to-lgtm-app-tokenfrom
remove-hub-cli

Conversation

@tamalsaha
Copy link
Copy Markdown
Member

Summary

  • .github/workflows/release.yml installs the legacy hub CLI, but nothing in the workflow, Makefile, or release scripts invokes it. Removed the dead Install GitHub CLI (hub) step.
  • gh ships preinstalled on GitHub-hosted runners if a future step needs a GitHub CLI.

Note: the only other hub references (in .github/workflows/release-tracker.yml and hack/scripts/update-release-tracker.sh) are already being removed by #209.

Test plan

  • Cut a tag and confirm the release workflow still succeeds (make release, make deploy-to-linode).

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 tamalsaha changed the base branch from master to switch-to-lgtm-app-token May 19, 2026 16:56
@tamalsaha tamalsaha merged commit 70a16b4 into switch-to-lgtm-app-token May 19, 2026
4 of 6 checks passed
@tamalsaha tamalsaha mentioned this pull request May 19, 2026
4 tasks
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>
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