summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-01-29 22:22:36 +0100
committermbkma <[email protected]>2026-01-29 22:22:36 +0100
commita6a92da563e1bdb6e6520b5ec5f67a7dcef4056a (patch)
tree80e00883614989202182bae2ac56fba9d745a4c2
parent69ce842542a9e10ea1960c786ea0233caf27de5a (diff)
downloadatril-a6a92da563e1bdb6e6520b5ec5f67a7dcef4056a.tar.bz2
atril-a6a92da563e1bdb6e6520b5ec5f67a7dcef4056a.tar.xz
ci: remove unnecessary GH CLI installation stepHEADmaster
GitHub-hosted runners already have gh CLI pre-installed.
-rw-r--r--.github/workflows/release.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 07a1db96..3fa8a158 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -27,11 +27,6 @@ jobs:
- name: Build the source code
run: .github/workflows/builds.sh meson
- - name: Install GH CLI
- uses: dev-hanz-ops/[email protected]
- with:
- gh-cli-version: 2.39.1
-
- name: Create github release
run: |
gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --generate-notes _build/meson-dist/*