diff --git a/.github/workflows/PublishNugetPackage.yml b/.github/workflows/PublishNugetPackage.yml index e7e43db..98113ec 100644 --- a/.github/workflows/PublishNugetPackage.yml +++ b/.github/workflows/PublishNugetPackage.yml @@ -27,7 +27,7 @@ jobs: $moduleContent = $moduleContent.Replace($currentVersion.ToString(), $newVersion.ToString()); - $moduleContent | Set-Content $modulePath; + #$moduleContent | Set-Content $modulePath; - name: Publish to PSGallery shell: pwsh