diff options
| author | mbkma <[email protected]> | 2026-01-29 22:35:32 +0100 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-01-29 16:43:41 -0500 |
| commit | e211b8b74417e6648baae090d481e5249d26624b (patch) | |
| tree | 66b7f2b600461a9938b1e87e1a4f79efccb2ca61 | |
| parent | 2445887b3947eb99bd4d430b4f1dff9ed2467d73 (diff) | |
| download | caja-e211b8b74417e6648baae090d481e5249d26624b.tar.bz2 caja-e211b8b74417e6648baae090d481e5249d26624b.tar.xz | |
| -rw-r--r-- | .github/workflows/release.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3363261..b2539baa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,11 +24,6 @@ jobs: - name: Build the source code run: .github/workflows/builds.sh - - 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 caja-*.tar.xz |
