From 9e6a3f8ae3192bb0f9750a10aeb5e1d4e3cf9055 Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 17 Mar 2022 09:45:00 +0100 Subject: [PATCH] update the patch calculation --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c2f7c034..34f2f2b84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: id: gitversion # step id used as reference for output values uses: ./gitversion/execute - run: | - $date = Get-Date -format "yyMMddHHmm" + $date = Get-Date -format "yyMMddHH" $version = "${{steps.gitversion.outputs.majorMinorPatch}}.$date" $major = "${{steps.gitversion.outputs.major}}" $minor = "${{steps.gitversion.outputs.minor}}"