diff --git a/stack-updater/stack_updater.yml b/stack-updater/stack_updater.yml index 796946e466ae2d6a174a84b4fb783a44752a9b93..c8ce3bc99dd1d958c914ba3ba6b3eb24da8a7b2a 100644 --- a/stack-updater/stack_updater.yml +++ b/stack-updater/stack_updater.yml @@ -16,7 +16,7 @@ update: - git pull - node package-version-updater/versionUpdater.js -v $current_version - bash package-version-updater/stage_file.sh - - git commit -m "Dependencies updated to $current_version" + - git commit -m "${current_version}" - git tag -a v${current_version} -m "" - branch=`bash package-version-updater/get_principal_branch.sh` - echo ${branch}