diff --git a/stack-updater/stack_updater.yml b/stack-updater/stack_updater.yml
index 5dd8a8295b852c1fc75ed4727c80b5c9905fae78..ccc14c50289c6c1976c4bac88d83e04ae4b0fd36 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}