ci: fix publishing the 'deno_fetch' crate (#7568)

This commit is contained in:
Bert Belder 2020-09-18 22:41:58 +02:00
parent d6f3de6feb
commit ab5c014a48
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ jobs:
cd ../op_crates/web
cargo publish
sleep 30
cd ../op_crates/fetch
cd ../fetch
cargo publish
sleep 30
cd ../../cli