File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 11name : jsr
22
3- env :
4- DENO_VERSION : 2.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 @@ -26,14 +26,13 @@ jobs:
2626 runner :
2727 - ubuntu-latest
2828 deno_version :
29- - " 1.x"
3029 - " 2.x"
3130 runs-on : ${{ matrix.runner }}
3231 steps :
3332 - run : git config --global core.autocrlf false
3433 if : runner.os == 'Windows'
3534 - uses : actions/checkout@v4
36- - uses : denoland/setup-deno@v1.1.4
35+ - uses : denoland/setup-deno@v2
3736 with :
3837 deno-version : " ${{ matrix.deno_version }}"
3938 - uses : actions/cache@v4
6160 - macos-latest
6261 - ubuntu-latest
6362 deno_version :
64- - " 1.x"
6563 - " 2.x"
6664 host_version :
6765 - vim : " v9.1.0448"
@@ -132,9 +130,9 @@ jobs:
132130 runs-on : ubuntu-latest
133131 steps :
134132 - uses : actions/checkout@v4
135- - uses : denoland/setup-deno@v1
133+ - uses : denoland/setup-deno@v2
136134 with :
137- deno-version : ${{ env.DENO_VERSION }}
135+ deno-version : " 2.x "
138136 - name : Publish (dry-run)
139137 run : |
140138 deno publish --dry-run
You can’t perform that action at this time.
0 commit comments