diff options
| author | mbkma <[email protected]> | 2026-01-29 23:17:53 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-29 23:17:53 +0100 |
| commit | 4ec576e5524aa93816dd09cb9a9b7730c18ce540 (patch) | |
| tree | 877d959b5db4201d4d5579d7f2dcbbfeb4ba9cb3 | |
| parent | 0ef333198356060837f1c5e2cd408cfdd985b04f (diff) | |
| download | mate-backgrounds-gh-actions.tar.bz2 mate-backgrounds-gh-actions.tar.xz | |
ci: remove redundant GH CLI installation stepgh-actions
| -rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27811de..ebd5d9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,12 +17,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 mate-backgrounds-*.tar.xz |
