diff options
| author | mbkma <[email protected]> | 2026-01-29 23:17:51 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-29 23:17:51 +0100 |
| commit | 56e649c09bd8a5968bc3a6706f0ab80e971202b5 (patch) | |
| tree | 7b9147c5526fa7cfc9b6700a684d964f58bee328 | |
| parent | 3f58b9bd0df9b46370375695a58400dbeee0959f (diff) | |
| download | python-caja-56e649c09bd8a5968bc3a6706f0ab80e971202b5.tar.bz2 python-caja-56e649c09bd8a5968bc3a6706f0ab80e971202b5.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 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 |
