From ba66256927206169a099a53d2d6f258ba0dbd726 Mon Sep 17 00:00:00 2001 From: julenalbi <julenalbizuri3@gmail.com> Date: Fri, 18 Mar 2022 10:31:32 +0100 Subject: [PATCH] tag commit --- stack-updater/stack_updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack-updater/stack_updater.yml b/stack-updater/stack_updater.yml index 92064a0..796946e 100644 --- a/stack-updater/stack_updater.yml +++ b/stack-updater/stack_updater.yml @@ -17,7 +17,7 @@ update: - node package-version-updater/versionUpdater.js -v $current_version - bash package-version-updater/stage_file.sh - git commit -m "Dependencies updated to $current_version" - - npm version --allow-same-version $current_version + - git tag -a v${current_version} -m "" - branch=`bash package-version-updater/get_principal_branch.sh` - echo ${branch} - git checkout ${branch} -- GitLab