Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release hangs when publishing to private repository #813

Closed
Xerxes004 opened this issue Sep 5, 2024 · 0 comments · Fixed by #814
Closed

release hangs when publishing to private repository #813

Xerxes004 opened this issue Sep 5, 2024 · 0 comments · Fixed by #814

Comments

@Xerxes004
Copy link

Cargo release version 0.25.10.

I have a private repository in my config.toml file called MyRepo.

When I release with this command, it hangs indefinitely at Waiting on my_repo to propagate to index.

cargo release patch -x --no-confirm

But if I release with this command, it does not hang.

cargo release patch --registry MyRepo -x --no-confirm

My crate's Cargo.toml looks like this to prevent publishing to crates.io by accident:

[package]
name = "my_crate"
version = "0.1.13"
edition = "2021"
publish = ["MyRepo"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant