From 5ecee4d73a92d2e5c5ae971d79848ed27f65a72c Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 8 Feb 2021 19:03:54 +0100 Subject: [PATCH] fetch full history --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d31e7a00a..e5e877fb1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -252,6 +252,8 @@ jobs: ########################################################################## - name: Checkout code uses: actions/checkout@v2 + with: + fetch-depth: 0 # Fetch full History for changelog ########################################################################## # SET ENVS ############################################################### ##########################################################################