FIX: tag parsing in release job

This commit is contained in:
ac
2025-07-21 16:17:36 +10:00
parent 27cc645aed
commit f139e49ff7

View File

@@ -262,7 +262,7 @@ image:
export APP export APP
- !reference [.commands, parse_tag] - !reference [.commands, parse_tag]
parse_tag: parse_tag:
- TAG=$REV - TAG=$(echo "$CI_COMMIT_MESSAGE" | sed -n '1 p')
- echo $TAG - echo $TAG
outputs_mech: outputs_mech: