Skip to content

Commit

Permalink
maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Sep 9, 2024
1 parent adbcdd9 commit e5be86c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install deno
uses: denoland/setup-deno@v1
version: canary
uses: denoland/setup-deno@v1
with:
deno-version: canary
- name: Publish to JSR on tag
run: deno run -A jsr:@david/[email protected]

0 comments on commit e5be86c

Please sign in to comment.