diff options
| author | Victor Kareh <[email protected]> | 2026-09-01 16:33:24 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-09-01 16:33:24 -0400 |
| commit | 6faafdec9631172c76ce7473f66280d9a3597eec (patch) | |
| tree | 9fa385f36e40b552639bd1f77b85ecaffb7b75d7 | |
| parent | af548cae476194a47f33e3d5fb8e6a8f8deacf33 (diff) | |
| download | marco-remove-external-gh-cli.tar.bz2 marco-remove-external-gh-cli.tar.xz | |
ci: Remove external gh cliremove-external-gh-cli
The gh CLI is already included in the CI runner images.
| -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 53034846..cd59db7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,11 +34,6 @@ jobs: sha256sum "$TARBALL" > "$TARBALL.sha256" md5sum "$TARBALL" > "$TARBALL.md5" - - 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 "Marco ${{ github.ref_name }}" --generate-notes marco-*.tar.xz marco-*.tar.xz.sha256 marco-*.tar.xz.md5 |
