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 24
24
deno-version : ${{ env.DENO_VERSION }}
25
25
- name : Publish
26
26
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:
145
145
os : ${{ runner.os }}
146
146
files : ./coverage.lcov
147
147
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 1
1
{
2
2
"name" : " @denops/std" ,
3
- "version" : " 0.0.0" ,
4
3
"exports" : {
5
4
"." : " ./mod.ts" ,
6
5
"./argument" : " ./argument/mod.ts" ,
You can’t perform that action at this time.
0 commit comments