From 6c6254a3c32bc353f4297159ff8256dd3f8a6389 Mon Sep 17 00:00:00 2001
From: Deluan <deluan@navidrome.org>
Date: Tue, 21 Jul 2020 17:37:36 -0400
Subject: [PATCH] Get all git history when building the binaries

---
 .github/workflows/pipeline.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml
index a6508956b..fcac4f601 100644
--- a/.github/workflows/pipeline.yml
+++ b/.github/workflows/pipeline.yml
@@ -97,9 +97,8 @@ jobs:
     steps:
       - name: Checkout Code
         uses: actions/checkout@v2
-
-      - name: Unshallow
-        run: git fetch --prune --unshallow
+        with:
+          - fetch-depth: 0
 
       - uses: actions/download-artifact@v2
         with: