diff options
author | Bert Belder <bertbelder@gmail.com> | 2020-09-18 22:41:58 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2020-09-18 22:43:05 +0200 |
commit | ab5c014a483bdb4cff4f53918af2bb5e70891037 (patch) | |
tree | ee54d7edd406da1c8fe97befbbc1a3373665f900 | |
parent | d6f3de6feb006bf6911b938bfa43a3655c962c50 (diff) |
ci: fix publishing the 'deno_fetch' crate (#7568)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |