MarcoIeni / release-plz

Publish Rust crates from CI with a Release PR.
https://release-plz.ieni.dev
Apache License 2.0
721 stars 66 forks source link

fix: Handle CARGO_REGISTRIES_<name>_TOKEN env with uppercase #1507

Closed andreyLetenkovWefox closed 4 weeks ago

andreyLetenkovWefox commented 1 month ago

Fixes #1506

MarcoIeni commented 4 weeks ago

Thanks! I don't use release-plz with private registries myself, so I expect some bugs to appear in that code path from time to time 😅

MarcoIeni commented 4 weeks ago

Even though integration tests cover part of it because they use a private registry hosted in gitea with docker 👍