From f139e49ff7f84393f760784587f62568a126df8c Mon Sep 17 00:00:00 2001 From: ac Date: Mon, 21 Jul 2025 16:17:36 +1000 Subject: [PATCH] FIX: tag parsing in release job --- kibot-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot-ci.yml b/kibot-ci.yml index ac4e96d..f238408 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -262,7 +262,7 @@ image: export APP - !reference [.commands, parse_tag] parse_tag: - - TAG=$REV + - TAG=$(echo "$CI_COMMIT_MESSAGE" | sed -n '1 p') - echo $TAG outputs_mech: