🔧 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:
@@ -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").
|
||||||
|
|||||||
Reference in New Issue
Block a user