File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 11name : jsr
22
3- env :
4- DENO_VERSION : 1.x
5-
63on :
74 push :
85 tags :
1916 - uses : actions/checkout@v4
2017 with :
2118 fetch-depth : 0
22- - uses : denoland/setup-deno@v1
19+ - uses : denoland/setup-deno@v2
2320 with :
24- deno-version : ${{ env.DENO_VERSION }}
21+ deno-version : " 2.x "
2522 - name : Publish
2623 run : |
2724 deno run -A jsr:@david/[email protected]
Original file line number Diff line number Diff line change @@ -14,14 +14,13 @@ jobs:
1414 runner :
1515 - ubuntu-latest
1616 deno_version :
17- - " 1.x"
1817 - " 2.x"
1918 runs-on : ${{ matrix.runner }}
2019 steps :
2120 - run : git config --global core.autocrlf false
2221 if : runner.os == 'Windows'
2322 - uses : actions/checkout@v4
24- - uses : denoland/setup-deno@v1.1.4
23+ - uses : denoland/setup-deno@v2
2524 with :
2625 deno-version : " ${{ matrix.deno_version }}"
2726 - uses : actions/cache@v4
4140 runs-on : ubuntu-latest
4241 steps :
4342 - uses : actions/checkout@v4
44- - uses : denoland/setup-deno@v1
43+ - uses : denoland/setup-deno@v2
4544 with :
46- deno-version : ${{ env.DENO_VERSION }}
45+ deno-version : " 2.x "
4746 - name : Publish (dry-run)
4847 run : |
4948 deno publish --dry-run
You can’t perform that action at this time.
0 commit comments