diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f25821..ffc4385 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Configure Git run: |