From 71c435c49a5878ac8788c5b6a35625c25c360d04 Mon Sep 17 00:00:00 2001 From: Bart van Beusekom Date: Fri, 5 Jan 2024 13:47:41 +0100 Subject: [PATCH] Bugfixes in Blueberry UI deployment pipeline --- .github/workflows/deploy_blueberry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_blueberry.yaml b/.github/workflows/deploy_blueberry.yaml index 5e3eb5e0..fe239218 100644 --- a/.github/workflows/deploy_blueberry.yaml +++ b/.github/workflows/deploy_blueberry.yaml @@ -22,7 +22,7 @@ jobs: - name: Get latest tag id: get-tag run: | - TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) + TAG=$(git describe --tags --abbrev=0) echo $TAG VERSION=${TAG#version/*} echo $VERSION