From bc82512ad17abbb9d37b151b677599a4aba0471d Mon Sep 17 00:00:00 2001 From: praydog Date: Wed, 4 Dec 2024 19:43:02 -0800 Subject: [PATCH] CI: Adjust fetch-depth --- .github/workflows/dev-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index a5838837..ad551316 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -15,6 +15,7 @@ jobs: token: ${{ secrets.UESDK_PULLER }} submodules: recursive persist-credentials: false + fetch-depth: 0 - name: Configure CMake run: cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}