From d33bd637451f9982d71adb9d847483309c16f8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mich=C3=A9e=20Lengronne?= Date: Thu, 23 Jul 2020 12:02:40 +0200 Subject: [PATCH] checkout HEAD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michée Lengronne --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7fc783a..c480a2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,6 +63,9 @@ jobs: path: ./CHANGELOGRELEASE.md - uses: actions/checkout@v2 + with: + fetch-depth: 2 + - run: git checkout HEAD^ - name: Create Release draft id: create_release