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 | e05d8c63a4329e227a4a20144b3a0562dfba593e (patch) | |
| tree | d9a10621a608e98debb3a441d97f750febf28f27 | |
| parent | 4502fc13cf11eed5da4db0797e6b67d265c08c06 (diff) | |
| download | mate-icon-theme-gh-actions.tar.bz2 mate-icon-theme-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 50a855c..33cbf0e 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-icon-theme-*.tar.xz |
