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 | 7f0bfdb699282923968a20f10fac7ba2fea72bcb (patch) | |
| tree | 2963e51a532afbfe291a708bae35a3af2c6f68c5 /.github/workflows | |
| parent | 7f7054fc81ecc2dbc57345e17970b74ce172c701 (diff) | |
| download | mate-common-7f0bfdb699282923968a20f10fac7ba2fea72bcb.tar.bz2 mate-common-7f0bfdb699282923968a20f10fac7ba2fea72bcb.tar.xz | |
ci: remove redundant GH CLI installation step
Diffstat (limited to '.github/workflows')
| -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 2b543e7..a746061 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-common-*.tar.xz |
