diff options
| author | mbkma <[email protected]> | 2026-01-29 23:17:52 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-29 23:17:52 +0100 |
| commit | 51802fbb8cf5d3fb7cf55aa2562a58e95cbbc903 (patch) | |
| tree | 6b076ac2f90b3f71bc3cbeea9454037c38760dd5 | |
| parent | 60bb8ae5e031d7eaf2cca064d7dfb72516d0f7e7 (diff) | |
| download | mate-power-manager-gh-actions.tar.bz2 mate-power-manager-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 64a0a09..16bb4a3 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-power-manager-*.tar.xz |
