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'