Skip to content

Commit 0c082c1

Browse files
authored
add linejs-types to release
1 parent 028db2e commit 0c082c1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ jobs:
2222
with:
2323
deno-version: v1.x
2424

25-
- name: Publish to JSR
25+
- name: Publish linejs to JSR
2626
run: |
2727
cd packages/linejs
2828
deno run -A jsr:@david/[email protected]
29-
29+
- name: Publish linejs-types to JSR
30+
run: |
31+
cd packages/types
32+
deno run -A jsr:@david/[email protected]

0 commit comments

Comments
 (0)