From 2ca8758ef7e25332a1eff7b0343ac0c096eef9c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 16 Feb 2026 05:25:28 +0100 Subject: [PATCH] Fix --- .github/workflows/version.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index fd5156992..ab710ca0e 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -1,3 +1,4 @@ +name: Compute version on: workflow_call: outputs: @@ -30,7 +31,7 @@ on: jobs: compute-version: - name: Compute version + name: Main runs-on: windows-latest outputs: doRelease: ${{ steps.vars.outputs.doRelease }}