From d1570defbf7a069cf9d60e57f51c17b82edcceb8 Mon Sep 17 00:00:00 2001 From: LingMan Date: Thu, 29 Sep 2022 05:03:18 +0200 Subject: [PATCH] ci: remove `fetch-depth` parameter from the checkout action It is already set to 1 by default. Closes #2316 --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24ba989a..2375c4d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,8 +98,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - with: - fetch-depth: 1 - name: Install packages (Ubuntu) if: matrix.os == 'ubuntu-22.04'