Skip to content

Commit

Permalink
Remove deno_typescript references from ci (denoland#6866)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jul 24, 2020
1 parent 25a0ad3 commit f162ced
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down Expand Up @@ -233,9 +233,6 @@ jobs:
run: |
cd core
cargo publish
cd ../deno_typescript
sleep 30
cargo publish
cd ../cli
sleep 30
cargo publish

0 comments on commit f162ced

Please sign in to comment.