From 56e649c09bd8a5968bc3a6706f0ab80e971202b5 Mon Sep 17 00:00:00 2001 From: mbkma Date: Thu, 29 Jan 2026 23:17:51 +0100 Subject: ci: remove redundant GH CLI installation step --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b03226..db43951 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,12 +17,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.72.0 - - name: Create github release run: | gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --generate-notes python-caja-*.tar.xz -- cgit v1.2.1