packages/pwsh-gallery/publish.ps1

# $apiKey = Read-Host -Prompt "Enter your API key" -AsSecureString
$apiKey = "oy2jofpjsmpkouyhjtxaot2qbazyft4etlthaondn2itny"

Test-ModuleManifest -Path .\PsGitScript.psd1
Invoke-ScriptAnalyzer -Path .\PsGitScript.psm1
Publish-Module -Path . -NuGetApiKey $apiKey -Verbose