diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1e8365..67bf2ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,13 +11,13 @@ before_script: test: stage: test script: - - cargo test --no-default-features + - cargo test publish: stage: publish script: - cargo login $CARGO_TOKEN - cargo publish --manifest-path speech-dispatcher-sys/Cargo.toml || true - - cargo publish --no-default-features --manifest-path speech-dispatcher/Cargo.toml + - cargo publish --manifest-path speech-dispatcher/Cargo.toml only: - tags