diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f977a6..a9a08e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,6 +86,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Find Previous Release id: findtag