From 23e70c3086ba9ee2c65d1db6eb1064f273e76d9a Mon Sep 17 00:00:00 2001 From: Marco Iorio Date: Wed, 21 Oct 2020 13:49:32 +0200 Subject: [PATCH] Release pipeline: fix changelog issue --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fde1fe72..c52fe191d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,8 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: + # The changelog generation requires the entire history + fetch-depth: 0 persist-credentials: false - name: Get the CrownLabs version to be released @@ -86,4 +88,3 @@ jobs: repository: netgroup-polito/CrownOps event-type: release-event client-payload: '{"version": "${{ steps.version.outputs.version }}"}' -