cargo publish is done manually now (#9321)

This commit is contained in:
Ryan Dahl 2021-01-31 10:05:45 -05:00 committed by GitHub
parent fa975a9bae
commit 46d5843f75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -327,16 +327,3 @@ jobs:
target/release/deno_src.tar.gz target/release/deno_src.tar.gz
target/release/lib.deno.d.ts target/release/lib.deno.d.ts
draft: true 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