From ab1a9b9cdf982e3702c6f62e0f78526cd66ce419 Mon Sep 17 00:00:00 2001 From: Sebastian Graef Date: Thu, 22 Sep 2022 17:58:42 +1000 Subject: [PATCH] only parents --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 04382f1..576bf4a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,8 +52,8 @@ jobs: . (Join-Path $env:GITHUB_WORKSPACE 'scripts' 'Publish-ModuleToBicepRegistry.ps1') $ModulesPath = Join-Path $env:GITHUB_WORKSPACE "${{ env.modulesPath }}" - # Get-ParentModules $ModulesPath -Verbose - Get-ChildItem $ModulesPath -Recurse -Depth 3 | select FullName + Get-ParentModules $ModulesPath -Verbose + # Get-ChildItem $ModulesPath -Recurse -Depth 3 | select FullName - name: Azure Login if: github.event.inputs.publish == 'true'