Skip to content

Commit

Permalink
script
Browse files Browse the repository at this point in the history
  • Loading branch information
eriqua committed Feb 24, 2024
1 parent 133971f commit d23eafc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ function Publish-ModuleFromTagToPBR {
[secureString] $PublicRegistryServer,

[Parameter(Mandatory = $false)]
[string] $RepoRoot
# = (Get-Item -Path $PSScriptRoot).parent.parent.parent.parent.FullName
[string] $RepoRoot = (Get-Item -Path $PSScriptRoot).parent.parent.parent.parent.FullName
)

Write-Verbose "1 [$ModuleReleaseTagName]" -Verbose
Expand Down

0 comments on commit d23eafc

Please sign in to comment.