diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d77954b5f04d..7d4d1bfbf410d 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