diff options
| author | mbkma <[email protected]> | 2026-01-30 00:12:45 +0100 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-02-11 07:01:54 -0500 |
| commit | d68f7e333844941b35e513d373c76db807e4ebe0 (patch) | |
| tree | 8ec986ff62e7a1e6867afad08c44a0a792ad0972 | |
| parent | 413926a5aa9af7e3d21677e9aadd82482fef7a23 (diff) | |
| download | mate-calc-d68f7e333844941b35e513d373c76db807e4ebe0.tar.bz2 mate-calc-d68f7e333844941b35e513d373c76db807e4ebe0.tar.xz | |
ci: remove redundant GH CLI installation step
| -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 |
