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