Skip to content

Commit

Permalink
util script update
Browse files Browse the repository at this point in the history
  • Loading branch information
guirava committed Oct 13, 2024
1 parent 244cdbd commit c5d60ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Utils/admin/New-RscSdkRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ RunIfNotDry {

# Publish the module to the PowerShell Gallery
if ($script:NotDry) {
.\Utils\Publish-RscSdk.ps1 -NotDry
.\Utils\admin\Publish-RscSdk.ps1 -NotDry
} else {
.\Utils\Publish-RscSdk.ps1
.\Utils\admin\Publish-RscSdk.ps1
}

git checkout $sourceBranch
Expand Down

0 comments on commit c5d60ac

Please sign in to comment.