diff options
| author | Victor Kareh <[email protected]> | 2026-08-20 15:35:48 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-08-20 19:43:38 +0000 |
| commit | cc52aeca5d917cb71c121c8ed0889c159128edf1 (patch) | |
| tree | 7387ebf3cf6cabd69670e6822e2bd1d99439a692 | |
| parent | 5016b819f1526bce4a7c33e924d9439197fe90c6 (diff) | |
| download | mate-desktop-master.tar.bz2 mate-desktop-master.tar.xz | |
The GitHub runner images already ship with gh bundled. No need to
include a 3rd-party library for it.
| -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 5c9143a..f590b66 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 mate-desktop*.tar.xz |
