From 602a81bfebbf1eb9d49c7f16e6afc4350dd1eca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wa=C5=9B?= Date: Fri, 31 May 2024 11:06:33 +0200 Subject: [PATCH] Fetch full history when doing releases --- .github/workflows/ci-cd.yaml | 2 ++ 1 file changed, 2 insertions(+) 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"