summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLingMan <LingMan@users.noreply.github.com>2022-09-29 05:03:18 +0200
committerAndrew Gallant <jamslam@gmail.com>2022-09-29 07:44:19 -0400
commitd1570defbf7a069cf9d60e57f51c17b82edcceb8 (patch)
tree1d7fd3b5f78d805d3b916b961d63213bcba641ea /.github
parentb732c23e367dde2059e9160620f20756551a8a4f (diff)
ci: remove `fetch-depth` parameter from the checkout action
It is already set to 1 by default. Closes #2316
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 0 insertions, 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'