mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
Publish deno types on release (#4583)
This commit is contained in:
parent
c738797944
commit
470681cd3c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue