diff options
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29ea996f3..8fcbacda6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,6 +164,7 @@ jobs: run: | cd target/release zip -r deno-x86_64-unknown-linux-gnu.zip deno + ./deno types > lib.deno.d.ts - name: Pre-release (mac) if: startsWith(matrix.config.os, 'macOS') && matrix.config.kind == 'test_release' @@ -187,6 +188,7 @@ jobs: target/release/deno-x86_64-unknown-linux-gnu.zip target/release/deno-x86_64-apple-darwin.zip target/release/deno_src.tar.gz + target/release/lib.deno.d.ts draft: true - name: Publish |