diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index e9025171..a04c6da0 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -100,6 +100,8 @@ jobs: if: github.event_name != 'pull_request' steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Configure Git run: | git config user.name "$GITHUB_ACTOR"