File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,16 +153,16 @@ if [[ "$module_publish" == "yes" ]]; then
153153 force_opt=$( [[ " $force " == " yes" ]] && echo " --republish" || echo " " )
154154 cloudsmith push terraform \
155155 elastio/public \
156- " $force_opt " " $package_file "
156+ $force_opt " $package_file "
157157else
158158 echo -e " \nSkipping publish"
159159fi
160160
161161if [[ " $tag_push " == " yes" ]]; then
162162 echo -e " \nTagging $module_name -$module_version "
163163 force_opt=$( [[ " $force " == " yes" ]] && echo " --force" || echo " " )
164- git tag -a " $force_opt " " $module_name -$module_version " -m " Release $module_name $module_version "
165- git push origin " $force_opt " " $module_name -$module_version "
164+ git tag -a $force_opt " $module_name -$module_version " -m " Release $module_name $module_version "
165+ git push origin $force_opt " $module_name -$module_version "
166166else
167167 echo -e " \nSkipping tag push"
168168fi
You can’t perform that action at this time.
0 commit comments