mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
remove errant live code in dry-run of publish.sh
This commit is contained in:
parent
4e0f5e46a5
commit
66566e0b26
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ function publishCrates {
|
|||
if [ "$CRATE" == "protocol" ]
|
||||
then
|
||||
# Protocol crate needs --no-verify option due to build.rs modification.
|
||||
cargo publish --no-verify
|
||||
if [ "$DRY_RUN" = 'true' ] ; then
|
||||
cargo publish --no-verify --dry-run
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue