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 | 9df691bb0883cb7020acf85988e3f4e9f3bddd92 (patch) | |
| tree | b648c0a42eab0ec8d0a2ac9d8ec8a39e51e1f223 | |
| parent | 6101d998df9014ed715e7758e0f77a57ffca32f3 (diff) | |
| download | libmatemixer-gh-actions.tar.bz2 libmatemixer-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 f3af432..b361436 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 libmatemixer-*.tar.xz |
