Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e5be86c

Browse files
committedSep 9, 2024
maybe fix
1 parent adbcdd9 commit e5be86c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v4
6464
- name: Install deno
65-
uses: denoland/setup-deno@v1
66-
version: canary
65+
uses: denoland/setup-deno@v1
66+
with:
67+
deno-version: canary
6768
- name: Publish to JSR on tag
6869
run: deno run -A jsr:@david/publish-on-tag@0.1.3

0 commit comments

Comments
 (0)
Please sign in to comment.