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 | a30d5ccc94175fa5dfdd25d60b92398968116177 (patch) | |
| tree | 25f363f4eb0945492032fcd5da2ee0c4347d9050 | |
| parent | be4dd80e2b6ac10bb41f22094b54de4678d321f1 (diff) | |
| download | libmateweather-gh-actions.tar.bz2 libmateweather-gh-actions.tar.xz | |
ci: remove redundant GH CLI installation stepgh-actions
| -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 6b12662..7d7f1c7 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 libmateweather-*.tar.xz |
