From aa542d2bf844b5a6464e2e2932863c96b69abaa3 Mon Sep 17 00:00:00 2001 From: Bunnaroath Sou Date: Mon, 29 Jun 2020 12:42:10 -0700 Subject: [PATCH] Remove git fetch no longer need with latest git update --- .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 6b1c5a2a..0fe2ddf3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,14 +23,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 - - name: 'Create Release Notes' uses: sifive/action-release-notes@v1 id: create-release-notes