From ea463cf684494ead0a211b765eb864758c66742e Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 14 Dec 2021 10:31:41 -0800 Subject: Get full git history so versioning based on "height" works correctly --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 379a18b4..621be4d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Confgure Visual Studio shell: cmd -- cgit v1.2.3-55-g6feb