Skip to content

chore(ci): Don't pass the registry token as a argument

This is unneeded[1] and slightly insecure, as the argument can be read from the process table.

[1] https://doc.rust-lang.org/cargo/commands/cargo-publish.html?highlight=CARGO_REGISTRY_TOKEN#publish-options

Merge request reports