Skip to content

Commit

Permalink
Fix param refernce
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhelez committed Feb 8, 2024
1 parent df2a6c7 commit cc05a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Actions/IncrementVersionNumber/IncrementVersionNumber.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ try {
}

# Set dependencies in app manifests
Set-DependenciesVersionInAppManifests -allAppFolders $allAppFolders
Set-DependenciesVersionInAppManifests -appFolders $allAppFolders

$commitMessage = "New Version number $versionNumber"
if ($versionNumber.StartsWith('+')) {
Expand Down

0 comments on commit cc05a3a

Please sign in to comment.