Skip to content

Commit

Permalink
Merge pull request #231 from Azure/build-workflow-fix1
Browse files Browse the repository at this point in the history
Fixed Workflow Errors
  • Loading branch information
DCMattyG authored Feb 22, 2024
2 parents a53b9e5 + 279602a commit f5f2172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-ipam-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
if ($version) {
./version.ps1 -Version $newVersion
} else if ($major) {
} elseif ($major) {
./version.ps1 -BumpMajor
} else if ($minor) {
} elseif ($minor) {
./version.ps1 -BumpMinor
} else {
./version.ps1 -BumpBuild
Expand Down

0 comments on commit f5f2172

Please sign in to comment.