Skip to content

Commit

Permalink
add linejs-types to release
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou authored Sep 14, 2024
1 parent 028db2e commit 0c082c1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
with:
deno-version: v1.x

- name: Publish to JSR
- name: Publish linejs to JSR
run: |
cd packages/linejs
deno run -A jsr:@david/[email protected]
- name: Publish linejs-types to JSR
run: |
cd packages/types
deno run -A jsr:@david/[email protected]

0 comments on commit 0c082c1

Please sign in to comment.