From 08f4665775067c4778445709f382d2a649b61311 Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Tue, 12 Jan 2021 15:09:28 +0200 Subject: [PATCH] Change fetch depth for release so that history can be fetched --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f63870e..58891c71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,8 @@ jobs: steps: - uses: actions/checkout@master + with: + fetch-depth: 0 - uses: actions/setup-python@v1 with: python-version: '3.x'