From a0789f749b40703647e33e73cf33f9ee7777bcbc Mon Sep 17 00:00:00 2001 From: ac Date: Mon, 21 Jul 2025 16:18:24 +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: