From 089fed37e01bbee8edc9c0e7b8bfea1de1148236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lopez=20de=20Guere=C3=B1a=20Caballero=2C=20Jon?= <jon.lopezdeguerena@tecnalia.com> Date: Tue, 31 Jan 2023 12:32:22 +0100 Subject: [PATCH] Update stack-updater/stack_updater.yml --- stack-updater/stack_updater.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/stack-updater/stack_updater.yml b/stack-updater/stack_updater.yml index 5dd8a82..ccc14c5 100644 --- a/stack-updater/stack_updater.yml +++ b/stack-updater/stack_updater.yml @@ -17,7 +17,6 @@ update: - 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 tag -a v${current_version} -m "" - branch=`bash package-version-updater/get_principal_branch.sh` - echo ${branch} - git checkout ${branch} -- GitLab