diff --git a/stack-updater/stack_updater.yml b/stack-updater/stack_updater.yml index c8ce3bc99dd1d958c914ba3ba6b3eb24da8a7b2a..b99a1c9311fb780f789973de79b880db9c272bae 100644 --- a/stack-updater/stack_updater.yml +++ b/stack-updater/stack_updater.yml @@ -14,7 +14,7 @@ update: script: - git checkout $current_version - git pull - - node package-version-updater/versionUpdater.js -v $current_version + - node package-version-updater/versionUpdater.js -v $current_version -m $module_type - bash package-version-updater/stage_file.sh - git commit -m "${current_version}" - git tag -a v${current_version} -m ""