From 23edc8036fc3c3399adc8397652a63e181814575 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Sat, 15 Oct 2022 04:31:56 +0330 Subject: [PATCH] fetch all git history --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7232656..00a948c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,8 @@ jobs: steps: - name: Check out repository code (Action from GitHub) uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v1