diff options
| author | mbkma <[email protected]> | 2026-01-29 22:22:36 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-29 22:22:36 +0100 |
| commit | a6a92da563e1bdb6e6520b5ec5f67a7dcef4056a (patch) | |
| tree | 80e00883614989202182bae2ac56fba9d745a4c2 | |
| parent | 69ce842542a9e10ea1960c786ea0233caf27de5a (diff) | |
| download | atril-a6a92da563e1bdb6e6520b5ec5f67a7dcef4056a.tar.bz2 atril-a6a92da563e1bdb6e6520b5ec5f67a7dcef4056a.tar.xz | |
GitHub-hosted runners already have gh CLI pre-installed.
| -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 07a1db96..3fa8a158 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,11 +27,6 @@ jobs: - name: Build the source code run: .github/workflows/builds.sh meson - - 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 _build/meson-dist/* |
