diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 2fa70bd..b0ab9de 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -14,7 +14,8 @@ jobs: - name: Checkout github repo uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 + fetch-tags: true - name: Set up Python uses: actions/setup-python@v4 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1bc9cb4..d5e1156 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,8 @@ jobs: - name: Checkout github repo uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 + fetch-tags: true - name: Lint uses: psf/black@stable with: