mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 08:03:46 +00:00
fix: add update-version to complete-ci phase for reuse_engine_version
This commit is contained in:
parent
d30ddc24f2
commit
aac4a02ef3
1 changed files with 3 additions and 0 deletions
|
|
@ -317,7 +317,10 @@ const PHASE_MAP: Record<Phase, Step[]> = {
|
|||
// triggering release.
|
||||
"setup-ci": ["validate-reuse-version", "run-ci-checks", "build-js-artifacts"],
|
||||
// These steps run after the required artifacts have been successfully built.
|
||||
// Note: update-version is included here to ensure Cargo.toml versions are
|
||||
// updated before publishing when using --reuse-engine-version.
|
||||
"complete-ci": [
|
||||
"update-version",
|
||||
"publish-crates",
|
||||
"publish-npm-sdk",
|
||||
"publish-npm-cli",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue