From aad876b998ba4c77fc479e0473704137b4ca3532 Mon Sep 17 00:00:00 2001 From: Wouter Huysentruit Date: Mon, 28 Sep 2020 11:12:26 +0200 Subject: [PATCH] Fetch complete history for release pipeline --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee5910f..dbb763d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,8 +11,8 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Fetch master - run: git fetch origin master:master --prune + - name: Fetch all history for all tags and branches + run: git fetch --prune --unshallow - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0.9.2 with: