ci: fix syntax

This commit is contained in:
Jindra Petřík
2026-03-06 00:53:19 +01:00
parent 664171c4be
commit 383c62a9e5

View File

@@ -112,7 +112,7 @@ jobs:
java -cp build/classes com.jpexs.build.ChangelogUpdater
}
if ($isMaster -and ($raw -match '^(\d+)\.(\d+)\.(\d+)$')) (
if ($isMaster -and ($raw -match '^(\d+)\.(\d+)\.(\d+)$')) {
$X = $Matches[1]
$Y = $Matches[2]
$Z = $Matches[3]