mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-12 23:45:56 +00:00
No need to verify before publishing in CI.
This commit is contained in:
parent
d4a375215b
commit
678c56bfad
|
@ -17,7 +17,7 @@ steps:
|
|||
commands:
|
||||
- apt-get update -qq
|
||||
- apt-get install -qqy llvm-dev libclang-dev clang libspeechd-dev pkg-config libx11-dev libasound2-dev libudev-dev libxcb-xfixes0-dev libwayland-dev libxkbcommon-dev libvulkan-dev libpulse-dev
|
||||
- cargo publish --no-default-features --features=speech_dispatcher_0_10
|
||||
- cargo publish --no-verify
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/v*
|
||||
|
|
Loading…
Reference in New Issue
Block a user