paritytech/cargo-unleash

unleash ignores `cargo login`

gnunicorn opened this issue · 1 comments

Error: no upload token found, please run `cargo login` or pass `--token`

Even though I am logged in - token is in ~/.cargo/credentials - and running the cargo login-command doesn't fix it.

fix is to run cargo unleash em-dragons with --token YOUR_TOKEN.
YOUR_TOKEN is found under .cargo/credentials.
New tokens can be generated under crates.io/me and saved to .cargo/credentials using cargo login YOUR_TOKEN after creation.