Skip to content

Commit

Permalink
Fix JSR deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Jan 8, 2025
1 parent 43e3e69 commit e7ed4e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
with:
deno-version: v2.x

- name: Set Version
run: |
sed -i -e "s/0.0.0/${{ needs.lint.outputs.version }}/" deno.json
cat deno.json
- name: Tests
run: |
deno test --allow-net --coverage=cov/
Expand Down

0 comments on commit e7ed4e4

Please sign in to comment.