Skip to content

Commit e7ed4e4

Browse files
committed
Fix JSR deploy
1 parent 43e3e69 commit e7ed4e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
with:
6060
deno-version: v2.x
6161

62+
- name: Set Version
63+
run: |
64+
sed -i -e "s/0.0.0/${{ needs.lint.outputs.version }}/" deno.json
65+
cat deno.json
66+
6267
- name: Tests
6368
run: |
6469
deno test --allow-net --coverage=cov/

0 commit comments

Comments
 (0)