From 383c62a9e573bcccbd98367e9d2ccffdcb1cb9e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Fri, 6 Mar 2026 00:53:19 +0100 Subject: [PATCH] ci: fix syntax --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de40d8252..1e6c114b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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]