From be3407c9e9a642acf8ac1b112ac0bbf6f9ae680b Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Fri, 13 Feb 2026 22:10:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(ci):=20add=20version=20arg?= =?UTF-8?q?ument=20to=20pcu=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - append VERSION environment variable to pcu command for consistent versioning in release process Signed-off-by: Jeremiah Russell --- .circleci/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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").