diff options
| author | Victor Kareh <[email protected]> | 2026-09-01 16:36:58 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-09-01 16:36:58 -0400 |
| commit | 477b9983a17165e0b5c575ea7393c31d5cf72bfa (patch) | |
| tree | d03b8a188cb6aa84730c3ce91b987ea03c31578d | |
| parent | dee7b3b81f4f495bb39a6c37c20eda4acfffefed (diff) | |
| download | eom-remove-external-gh-cli.tar.bz2 eom-remove-external-gh-cli.tar.xz | |
ci: Remove external gh cliremove-external-gh-cli
The gh CLI is already included in the CI runner image
| -rw-r--r-- | .github/workflows/release.yml | 5 |
1 files changed, 0 insertions, 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/[email protected] - 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 |
