diff options
| author | mbkma <[email protected]> | 2026-01-30 00:12:45 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-30 00:12:45 +0100 |
| commit | 73fa91b26991da6ad2a6e18ce5a8a548165dde34 (patch) | |
| tree | 8ec986ff62e7a1e6867afad08c44a0a792ad0972 /.github | |
| parent | ae81d7f3bb82b6ef46238a7639ea6da1d3e216c6 (diff) | |
| download | mate-calc-73fa91b26991da6ad2a6e18ce5a8a548165dde34.tar.bz2 mate-calc-73fa91b26991da6ad2a6e18ce5a8a548165dde34.tar.xz | |
ci: remove redundant GH CLI installation stepgithub-actions
Diffstat (limited to '.github')
| -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 4cd24b4..706a5a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,11 +18,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-calc-*.tar.xz |
