Skip to content

Commit

Permalink
Publish deno types on release (denoland#4583)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Apr 2, 2020
1 parent c738797 commit 470681c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 470681c

Please sign in to comment.