From d2405d88ff552cf8cc85ca31b276b5dba0358791 Mon Sep 17 00:00:00 2001 From: Timothy Small Date: Sun, 17 Mar 2024 15:27:50 -0400 Subject: [PATCH] Modify fetch-depth --- .github/workflows/publish-powershell-module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-powershell-module.yml b/.github/workflows/publish-powershell-module.yml index 2c332fe..010bd7b 100644 --- a/.github/workflows/publish-powershell-module.yml +++ b/.github/workflows/publish-powershell-module.yml @@ -19,7 +19,7 @@ jobs: - name: "Checkout repository" uses: actions/checkout@v4 with: - submodules: true + fetch-depth: 0 - name: "Setup dotnet SDK" uses: actions/setup-dotnet@v4