diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-01-31 10:05:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 10:05:45 -0500 |
commit | 46d5843f753548415c87f3c8a868bba49c203b92 (patch) | |
tree | 55de8357a36797f7b72cf2f0f806dfe505cd009e | |
parent | fa975a9baee4c7489ad743be72b97372b616453a (diff) |
cargo publish is done manually now (#9321)
-rw-r--r-- | .github/workflows/ci.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb8df021d..3d5b8a73e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -327,16 +327,3 @@ jobs: target/release/deno_src.tar.gz target/release/lib.deno.d.ts draft: true - - - name: Publish - if: | - startsWith(matrix.os, 'ubuntu') && - matrix.kind == 'test_release' && - github.repository == 'denoland/deno' && - startsWith(github.ref, 'refs/tags/') && - !startsWith(github.ref, 'refs/tags/std/') - env: - CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - run: | - cd cli - cargo publish |