1 parent c57a3c4 commit 26eea32Copy full SHA for 26eea32
1 file changed
.github/workflows/jsr.yml
@@ -1,7 +1,7 @@
1
name: jsr
2
3
env:
4
- DENO_VERSION: 1.x
+ DENO_VERSION: 2.x
5
6
on:
7
push:
@@ -19,9 +19,9 @@ jobs:
19
- uses: actions/checkout@v4
20
with:
21
fetch-depth: 0
22
- - uses: denoland/setup-deno@v1
+ - uses: denoland/setup-deno@v2
23
24
deno-version: ${{ env.DENO_VERSION }}
25
- name: Publish
26
run: |
27
- deno run -A jsr:@david/publish-on-tag@0.1.3
+ deno run -A jsr:@david/publish-on-tag@0.2.0
0 commit comments