From 21681cf0630e0a1fd10e14adf2e29ae9c35cec1e Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Wed, 20 Jul 2022 00:40:11 +0100 Subject: [PATCH] Fix github CI checkout --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca686ac..e1373be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: Fix Checkout + run: | + git fetch --force --tags - name: Prepare environment run: |