File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 2424 deno-version : ${{ env.DENO_VERSION }}
2525 - name : Publish
2626 run : |
27- deno run -A jsr:@david/publish-on-tag@0.1.3
27+ deno run -A jsr:@david/publish-on-tag@0.2.0
Original file line number Diff line number Diff line change @@ -145,14 +145,3 @@ jobs:
145145 os : ${{ runner.os }}
146146 files : ./coverage.lcov
147147 token : ${{ secrets.CODECOV_TOKEN }}
148-
149- jsr-publish :
150- runs-on : ubuntu-latest
151- steps :
152- - uses : actions/checkout@v4
153- - uses : denoland/setup-deno@v1
154- with :
155- deno-version : ${{ env.DENO_VERSION }}
156- - name : Publish (dry-run)
157- run : |
158- deno publish --dry-run
Original file line number Diff line number Diff line change 11{
22 "name" : " @denops/std" ,
3- "version" : " 0.0.0" ,
43 "exports" : {
54 "." : " ./mod.ts" ,
65 "./argument" : " ./argument/mod.ts" ,
You can’t perform that action at this time.
0 commit comments