From aa74e57056da251d5421a0cd981379dba21dbcb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 7 Feb 2026 19:16:35 +0100 Subject: [PATCH] hash full length --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11a739585..8d669633d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,7 +69,7 @@ jobs: $isTag = $ref.StartsWith("refs/tags/") $isDev = ($ref -eq "refs/heads/dev") - $H = (git rev-parse --short=12 HEAD).Trim() + $H = (git rev-parse HEAD).Trim() function Set-Var([string]$name, [string]$value) { # For later steps in the SAME job