.gitlab/PublishModule.ps1

# _______________________________________________
# | | #
# | PublishModule.ps1 | #
# |_______________________________________________| #


$NAME = (Get-Item -Path $PSScriptRoot).Parent;
Publish-Module -Name "$NAME" -NuGetApiKey "xxxxx"