🔧 chore(ci): add version argument to pcu command

- append VERSION environment variable to pcu command for consistent versioning in release process

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
This commit is contained in:
Jeremiah Russell
2026-02-13 22:10:32 +00:00
parent 188005fb3d
commit be3407c9e9

View File

@@ -262,7 +262,7 @@ commands:
pcu_args="$pcu_args --update-prlog" pcu_args="$pcu_args --update-prlog"
fi fi
pcu $pcu_args pcu $pcu_args ${VERSION}
# Build a release binary using cargo. # Build a release binary using cargo.
# Requires VERSION environment variable (skips if "none"). # Requires VERSION environment variable (skips if "none").