Don't fail the publish step if speech-dispatcher-sys fails.
This commit is contained in:
parent
e99da4a1d3
commit
0f06715c39
|
@ -19,7 +19,7 @@ publish:
|
|||
script:
|
||||
- cargo login $CARGO_TOKEN
|
||||
- cargo package --manifest-path speech-dispatcher-sys/Cargo.toml
|
||||
- cargo publish --manifest-path speech-dispatcher-sys/Cargo.toml
|
||||
- cargo publish --manifest-path speech-dispatcher-sys/Cargo.toml || true
|
||||
- cargo package --manifest-path speech-dispatcher/Cargo.toml
|
||||
- cargo publish --manifest-path speech-dispatcher/Cargo.toml
|
||||
only:
|
||||
|
|
Loading…
Reference in New Issue
Block a user