diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fd7994..63c8f76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,12 +19,8 @@ jobs: steps: - name: 'Checkout' uses: actions/checkout@v2 - - # 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 + with: + fetch-depth: 0 - name: 'Create Release Notes' uses: sifive/action-release-notes@v1