From d68f7e333844941b35e513d373c76db807e4ebe0 Mon Sep 17 00:00:00 2001 From: mbkma Date: Fri, 30 Jan 2026 00:12:45 +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 4cd24b4..706a5a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,11 +18,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 mate-calc-*.tar.xz -- cgit v1.2.1