From 91d959caa84fea45ae92881d83cedd2b1e3932da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Lopez=20de=20Guere=C3=B1a?= <jon.lopezdeguerena@tecnalia.com> Date: Tue, 31 Jan 2023 13:52:21 +0100 Subject: [PATCH] fix update --- stack-updater/stack_updater.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stack-updater/stack_updater.yml b/stack-updater/stack_updater.yml index ccc14c5..d17862a 100644 --- a/stack-updater/stack_updater.yml +++ b/stack-updater/stack_updater.yml @@ -16,7 +16,8 @@ update: - git pull - node package-version-updater/versionUpdater.js -v $current_version -m $module_type - bash package-version-updater/stage_file.sh - - git commit -m "${current_version}" --allow-empty + - git commit -m "${current_version}" + - git tag -a v${current_version} -m "" - branch=`bash package-version-updater/get_principal_branch.sh` - echo ${branch} - git checkout ${branch} -- GitLab