diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-09-18 12:31:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-18 12:31:30 -0400 |
| commit | 8edf099485903a402d8e9df4810b9362ed1b1f15 (patch) | |
| tree | ed17cf1b8084664ff19f49b6b63c9b9cebd8412e /.github/workflows | |
| parent | 93e8e59a7e651277f9943b8e9bf4ff6342243a90 (diff) | |
publish deno_fetch during CI (#7557)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 557ae0a9d..c0e52aedd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -231,6 +231,9 @@ jobs: cd ../op_crates/web cargo publish sleep 30 + cd ../op_crates/fetch + cargo publish + sleep 30 cd ../../cli sleep 30 cargo publish |
