From 6714aa341e0ab8279972d7115df30a39d0edc9b8 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Mon, 28 Sep 2020 11:09:14 -0700 Subject: [PATCH] Update release workflow for fetch depth Signed-off-by: Nathaniel Graff --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 733f6f71d..e7d3f4fce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,14 +24,9 @@ jobs: uses: actions/checkout@v2 with: submodules: 'recursive' + fetch-depth: 0 token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - # In order to generate release notes, we need a deep clone of the - # repository so that we can find the most recent tag and generate - # statistics based on it. - - name: 'Fetch History' - run: git fetch --prune --unshallow - # We tag submodules before creating the release notes or the release # to make sure that they get tagged. - name: 'Tag Submodules for Release'