Skip to content

Commit

Permalink
Turn on Publish step (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelleyma49 authored Aug 22, 2022
1 parent 8f269d6 commit 18d93c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/Deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 18d93c1

Please sign in to comment.