From 18d93c1394f08c3c5306a897966518117115936d Mon Sep 17 00:00:00 2001 From: Michael Kelley Date: Sun, 21 Aug 2022 22:34:47 -0700 Subject: [PATCH] Turn on Publish step (#7) --- .github/scripts/Deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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