Publish with features compatible for Rust CI image.

This commit is contained in:
Nolan Darilek 2022-09-07 12:13:55 -05:00
parent 2ea85bc1bd
commit 2239c2539a
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ publish:
stage: publish
script:
- cargo login $CARGO_TOKEN
- cargo publish --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-sys/Cargo.toml || true
- cargo publish --no-default-features --features 0_10 --manifest-path speech-dispatcher/Cargo.toml
only:
- tags