summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2020-04-02 17:56:09 +0200
committerGitHub <noreply@github.com>2020-04-02 11:56:09 -0400
commit470681cd3c9857e803d02884199fd680e14a1bd2 (patch)
tree90ebab473938cb75f5e23b6725391d750b2fc568
parentc738797944bc7e373b51a04e4332c98010135545 (diff)
Publish deno types on release (#4583)
-rw-r--r--.github/workflows/ci.yml2
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