diff options
| author | mbkma <[email protected]> | 2026-01-29 23:17:51 +0100 |
|---|---|---|
| committer | Luke from DC <[email protected]> | 2026-03-08 07:30:00 +0000 |
| commit | 227f3af5693566d9769b91fb97444324ae9d43ae (patch) | |
| tree | 933dccdedfc5a3d88778a58b84493b9def32a76a | |
| parent | dae6496fe4321be52b4a96c3b92ecb915f67fad1 (diff) | |
| download | mozo-227f3af5693566d9769b91fb97444324ae9d43ae.tar.bz2 mozo-227f3af5693566d9769b91fb97444324ae9d43ae.tar.xz | |
ci: remove redundant GH CLI installation step
| -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 d190c1f..f65ef14 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 mozo-*.tar.xz |
