diff options
| author | mbkma <[email protected]> | 2026-01-29 23:17:53 +0100 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-05-04 20:25:50 -0400 |
| commit | 45e44bf115bb2320f242d3647bfbc903d38e367c (patch) | |
| tree | 50c6a20344a247f4080c055f9ac620cbe9979979 | |
| parent | ba1aa652c0a1a37d65102acfa5de3a9a51a414f4 (diff) | |
| download | caja-dropbox-45e44bf115bb2320f242d3647bfbc903d38e367c.tar.bz2 caja-dropbox-45e44bf115bb2320f242d3647bfbc903d38e367c.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 70eb551..ea6106a 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 caja-dropbox-*.tar.xz |
