diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-07-24 07:36:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 07:36:54 -0400 |
commit | f162ced76aa475a20a17411510d185c994a25425 (patch) | |
tree | 704ff74f5c541d34d3318479291bc83bd1808f28 | |
parent | 25a0ad3e16e767d58b1315e9d12a236ea36c5998 (diff) |
Remove deno_typescript references from ci (#6866)
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d77954b5..7d4d1bfbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: !startsWith(github.ref, 'refs/tags/std/') run: | mkdir -p target/release - tar --exclude=.cargo_home --exclude=".git*" --exclude=target --exclude=deno_typescript/typescript/tests --exclude=third_party/cpplint --exclude=third_party/node_modules --exclude=third_party/python_packages --exclude=third_party/prebuilt -czvf target/release/deno_src.tar.gz -C .. deno + tar --exclude=.cargo_home --exclude=".git*" --exclude=target --exclude=third_party/node_modules --exclude=third_party/python_packages --exclude=third_party/prebuilt -czvf target/release/deno_src.tar.gz -C .. deno - name: Install rust uses: hecrj/setup-rust-action@v1 @@ -233,9 +233,6 @@ jobs: run: | cd core cargo publish - cd ../deno_typescript - sleep 30 - cargo publish cd ../cli sleep 30 cargo publish |