Make partial releases actually work.
This was referencing a target that does not exist. The `-some` targets are there to merely look the the env variable for overrides
This commit is contained in:
parent
e7555078e1
commit
53a2e85eec
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ run_task = { name = "release-local-test-INTERNAL", fork = true }
|
|||
[tasks.release-some-local-test]
|
||||
condition = { env_set = [ "CARGO_MAKE_WORKSPACE_SKIP_MEMBERS", "RELEASE_LEVEL" ] }
|
||||
workspace = false
|
||||
run_task = { name = "release-some-local-test-INTERNAL", fork = true }
|
||||
run_task = { name = "release-local-test-INTERNAL", fork = true }
|
||||
|
||||
|
||||
# Hack to filter out crates we do not want to release.
|
||||
|
|
Loading…
Reference in a new issue