From 1939fe10116a2567ae1095a1b4b0bd48d4ae57ee Mon Sep 17 00:00:00 2001 From: Remco Vermeulen Date: Mon, 27 Nov 2023 09:13:16 -0800 Subject: [PATCH] Retrieve the full history to compute the changelog --- .github/workflows/update-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-release.yml b/.github/workflows/update-release.yml index d138cee94e..67666bbf39 100644 --- a/.github/workflows/update-release.yml +++ b/.github/workflows/update-release.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 # We need the full history to compute the changelog - name: Install Python uses: actions/setup-python@v4