Publish with features compatible for Rust CI image.
This commit is contained in:
parent
2ea85bc1bd
commit
2239c2539a
|
@ -17,7 +17,7 @@ publish:
|
||||||
stage: publish
|
stage: publish
|
||||||
script:
|
script:
|
||||||
- cargo login $CARGO_TOKEN
|
- cargo login $CARGO_TOKEN
|
||||||
- cargo publish --manifest-path speech-dispatcher-sys/Cargo.toml || true
|
- cargo publish --no-default-features --features 0_10 --manifest-path speech-dispatcher-sys/Cargo.toml || true
|
||||||
- cargo publish --manifest-path speech-dispatcher/Cargo.toml
|
- cargo publish --no-default-features --features 0_10 --manifest-path speech-dispatcher/Cargo.toml
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
|
Loading…
Reference in New Issue
Block a user