From 470681cd3c9857e803d02884199fd680e14a1bd2 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 2 Apr 2020 17:56:09 +0200 Subject: Publish deno types on release (#4583) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') 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 -- cgit v1.2.3