diff --git a/.circleci/release.yml b/.circleci/release.yml index b3b7cda..2a7439d 100644 --- a/.circleci/release.yml +++ b/.circleci/release.yml @@ -262,7 +262,7 @@ commands: pcu_args="$pcu_args --update-prlog" fi - pcu $pcu_args + pcu $pcu_args ${VERSION} # Build a release binary using cargo. # Requires VERSION environment variable (skips if "none").