diff options
| author | Victor Kareh <[email protected]> | 2026-09-01 16:35:56 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-09-01 16:35:56 -0400 |
| commit | efe05ce78608d722316d53b4741e0eba8022bda9 (patch) | |
| tree | ee38b32cd7b9673dd2bd77eff7e3a9a90b530722 | |
| parent | 4d46af861adb99e763a9b923a19ed5e5bc569867 (diff) | |
| download | pluma-remove-external-gh-cli.tar.bz2 pluma-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 7fca43d2..f87a9139 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,11 +27,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.72.0 - - name: Create github release run: | gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --generate-notes pluma*.tar.xz |
