Skip to content

Commit 4e23634

Browse files
committed
Fixed publish script.
1 parent 1daacc1 commit 4e23634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

publish.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ if (-not (Test-Path -Path ('.\build\' + $Config.ModuleName))) {
1313
[System.String]$NuGetApiKey = Read-Host -Prompt 'Please enter the NuGetApiKey'
1414

1515
# Publish the build to PSGallery
16-
Publish-Module -Name ('.\build\' + $Config.ModuleName) `
16+
Publish-Module -Path ('.\build\' + $Config.ModuleName) `
1717
-Repository 'PSGallery' `
18-
-NuGetApiKey $NuGetApiKey
18+
-NuGetApiKey $NuGetApiKey -Verbose

0 commit comments

Comments
 (0)