From 9feab4c0c38fc67252fb618e95c095122e9b3d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 13 Apr 2023 16:24:24 +0200 Subject: [PATCH] ci: don't bother checking for presence of `gh` --- .github/workflows/release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ff351e..b4d1535 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,16 +58,6 @@ jobs: - name: Test bundle run: make ci-test-bundle - ##### Download gh utility: https://github.com/cli/cli/releases - - name: Check for presence of "gh" CLI utility - run: echo "gh_bin=$(which gh)" >> $GITHUB_ENV - - name: Download gh utility - run: | - curl -L -o gh.tar.gz https://github.com/cli/cli/releases/download/v2.20.2/gh_2.20.2_${{ matrix.gh_os }}_amd64.tar.gz - tar xzf gh.tar.gz - echo "gh_bin=./gh_2.20.2_${{ matrix.gh_os }}_amd64/bin/gh" >> $GITHUB_ENV - if: ${{ env.gh_bin == '' }} - ##### Create release on GitHub - name: Create or update GitHub release run: scriv github-release