From 477b9983a17165e0b5c575ea7393c31d5cf72bfa Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Tue, 1 Sep 2026 16:36:58 -0400 Subject: ci: Remove external gh cli The gh CLI is already included in the CI runner image --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba2a5cc..6388901 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,11 +23,6 @@ jobs: - name: Build the source code run: .github/workflows/builds.sh autotools - - name: Install GH CLI - uses: dev-hanz-ops/install-gh-cli-action@v0.2.1 - with: - gh-cli-version: 2.39.1 - - name: Create github release run: | gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --generate-notes eom*.tar.xz -- cgit v1.2.1