From 3f5c562f9202d4e82f5000662bab9371d2deb9bf Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sun, 18 Oct 2020 09:42:21 +0200 Subject: [PATCH] - return fetch depth to have capability to auto detect latest tag --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db68d94..c6d5cae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,8 @@ jobs: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 # Showcase the most minimal configuration possible - name: "Minimal Configuration"