Don't override ignore list when really releasing some
packages
This commit is contained in:
parent
ec18b6db51
commit
2578cbb3dd
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ run_task = { name = "release-INTERNAL", fork = true }
|
|||
[tasks.release-some]
|
||||
condition = { env_set = [ "RELEASE_LEVEL", "CARGO_MAKE_WORKSPACE_SKIP_MEMBERS" ] }
|
||||
workspace = false
|
||||
env = { "CARGO_MAKE_WORKSPACE_SKIP_MEMBERS" = "integration_tests/*;examples/*;juniper_benchmarks;juniper_rocket_async" }
|
||||
run_task = { name = "release-INTERNAL", fork = true }
|
||||
|
||||
# Hack to filter out crates we do not want to release.
|
||||
|
|
Loading…
Reference in a new issue