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

cannot publish workspace after versioning it #175

Open
maaft opened this issue Oct 24, 2024 · 0 comments
Open

cannot publish workspace after versioning it #175

maaft opened this issue Oct 24, 2024 · 0 comments

Comments

@maaft
Copy link

maaft commented Oct 24, 2024

First I did cargo workspace version to bump the version of all packages.

then cargo workspace publish fails with:

Current HEAD is already released, skipping versioning
error: config value `http.cainfo` is not set
info success ok

Also tried with --publish-as-is but that does not work with private registries:

cargo workspaces publish --registry private-registry --publish-as-is
error: config value `http.cainfo` is not set
error: crates index error: status code '401 Unauthorized': the request was not authorized

regular cargo publish works with tat registry. I'm authenticated and should be good to go.

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

No branches or pull requests

1 participant