From 11a86cd169c073f144fad0790e056b611d7ac6ec Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Tue, 19 May 2026 22:26:11 +0600 Subject: [PATCH] Drop unused hub CLI install from release workflow 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 --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5baa122b2..248c70c06b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,11 +61,6 @@ jobs: url."https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com".insteadOf \ "https://github.com" - - name: Install GitHub CLI - run: | - curl -fsSL https://github.com/github/hub/raw/master/script/get | bash -s 2.14.1 - sudo mv bin/hub /usr/local/bin - - name: Install yq run: | curl -fsSL -o yqq https://github.com/mikefarah/yq/releases/download/3.3.0/yq_linux_amd64