From 061cdd8d793197edf838216c285448c398aab35c Mon Sep 17 00:00:00 2001 From: Mike Madeja Date: Sun, 15 Jun 2025 22:18:56 -0500 Subject: [PATCH] debugging --- .github/workflows/CreateRelease.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index 699d0d2..dcf0bf7 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -70,6 +70,7 @@ jobs: $modulePath = "PiHoleShell" # Change to your actual module folder $manifest = Get-ChildItem -Path $modulePath -Filter PiHoleShell.psd1 -Recurse | Select-Object -First 1 (Get-Content $($manifest.fullname)) -replace '0.0.0', $ENV:NEW_TAG | Out-File $manifest.fullname + Write-Host "Replacing 0.0.0 with $ENV:NEW_TAG" if (-not $manifest) { throw "No module manifest (*.psd1) found in $modulePath"