mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 07:29:38 +00:00
Don't verify on publish since this crate requires Windows.
This commit is contained in:
parent
027dcd1b7c
commit
251128f917
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -37,6 +37,6 @@ jobs:
|
|||
sudo apt-get install -y libspeechd-dev
|
||||
cargo login $CARGO_TOKEN
|
||||
cd winrt_bindings
|
||||
cargo publish
|
||||
cargo publish --no-verify
|
||||
cd ..
|
||||
cargo publish
|
||||
|
|
Loading…
Reference in New Issue
Block a user