Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(bin): fix
bin/publish
script running cargo publish
twice
The second invocation would always fail, since that version had already been published. This command failing would cause the script to exit with an error, and thus fail to push the release tag. This commit fixes this by removing the second `cargo publish`.
- Loading branch information