From ab5c014a483bdb4cff4f53918af2bb5e70891037 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 18 Sep 2020 22:41:58 +0200 Subject: ci: fix publishing the 'deno_fetch' crate (#7568) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0e52aedd..492daf7c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -- cgit v1.2.3