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