👷 ci(circleci): fix order of version command arguments
- change the order of version command arguments in release.yml to ensure correct execution Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
This commit is contained in:
@@ -255,7 +255,7 @@ commands:
|
|||||||
if [ "<< parameters.package >>" != "" ]; then
|
if [ "<< parameters.package >>" != "" ]; then
|
||||||
pcu_args="$pcu_args package << parameters.package >>"
|
pcu_args="$pcu_args package << parameters.package >>"
|
||||||
else
|
else
|
||||||
pcu_args="$pcu_args version --prefix << parameters.prefix >>"
|
pcu_args="$pcu_args --prefix << parameters.prefix >> version"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "<< parameters.update_prlog >>" = "true" ]; then
|
if [ "<< parameters.update_prlog >>" = "true" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user