From c6f69b11925c9ad5b977f3bf18e54ec5ac6f47e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 20 Oct 2021 19:01:36 +0200 Subject: Fix release process --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 687b92d..621f110 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,8 @@ jobs: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Get version from tag uses: little-core-labs/get-git-tag@v3.0.2 -- cgit v1.2.3