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:
Christian Legnitto 2020-12-09 19:42:33 -10:00
parent e7555078e1
commit 53a2e85eec

View file

@ -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.