From 2a77fa469fdc0c69ef9592295126ca51eddf4011 Mon Sep 17 00:00:00 2001 From: Friedrich Wilken Date: Wed, 7 Feb 2024 14:27:22 +0100 Subject: [PATCH] fetch all history in the workflow create-draft-release-reusable --- .github/workflows/create-draft-release-reusable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/create-draft-release-reusable.yml b/.github/workflows/create-draft-release-reusable.yml index 745c1fc..e0f3891 100644 --- a/.github/workflows/create-draft-release-reusable.yml +++ b/.github/workflows/create-draft-release-reusable.yml @@ -21,6 +21,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Write changelog to file env: