summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-01-29 23:17:51 +0100
committermbkma <[email protected]>2026-01-29 23:17:51 +0100
commit56e649c09bd8a5968bc3a6706f0ab80e971202b5 (patch)
tree7b9147c5526fa7cfc9b6700a684d964f58bee328
parent3f58b9bd0df9b46370375695a58400dbeee0959f (diff)
downloadpython-caja-56e649c09bd8a5968bc3a6706f0ab80e971202b5.tar.bz2
python-caja-56e649c09bd8a5968bc3a6706f0ab80e971202b5.tar.xz
ci: remove redundant GH CLI installation step
-rw-r--r--.github/workflows/release.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7b03226..db43951 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 python-caja-*.tar.xz