From e211b8b74417e6648baae090d481e5249d26624b Mon Sep 17 00:00:00 2001 From: mbkma Date: Thu, 29 Jan 2026 22:35:32 +0100 Subject: ci: remove redundant GH CLI installation step --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3363261..b2539baa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,11 +24,6 @@ jobs: - name: Build the source code run: .github/workflows/builds.sh - - 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 caja-*.tar.xz -- cgit v1.2.1