diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 02303e86b..7aaf00c3e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,6 +29,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Calculate semver tags id: semver_tags run: |