diff --git a/.github/scripts/Deploy.ps1 b/.github/scripts/Deploy.ps1 index 729a5b6..392d6a4 100644 --- a/.github/scripts/Deploy.ps1 +++ b/.github/scripts/Deploy.ps1 @@ -30,5 +30,5 @@ else { write-host ("publishing version {0}" -f $version) } -#Publish-Module -NugetApiKey $env:POWERSHELLGALLERY_APIKEY -Path $installdir -Verbose +Publish-Module -NugetApiKey $env:POWERSHELLGALLERY_APIKEY -Path $installdir -Verbose