Skip to content

Commit

Permalink
Updates workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffodonnell committed Mar 21, 2024
1 parent 16b6d40 commit 0146f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
$minorVersion = $result.Matches.Groups[2].Value
$buildVersion = $result.Matches.Groups[3].Value
if ($result.Matches.Groups -eq 6) {
if ($result.Matches.Groups.Length -eq 6) {
$prerelease = $result.Matches.Groups[5].Value
}
} else {
Expand Down

0 comments on commit 0146f51

Please sign in to comment.