File tree 4 files changed +35
-1
lines changed
4 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : jsr
2
+
3
+ env :
4
+ DENO_VERSION : 1.x
5
+
6
+ on :
7
+ push :
8
+ tags :
9
+ - " v*"
10
+
11
+ permissions :
12
+ contents : read
13
+ id-token : write
14
+
15
+ jobs :
16
+ publish :
17
+ runs-on : ubuntu-latest
18
+ steps :
19
+ - uses : actions/checkout@v4
20
+ with :
21
+ fetch-depth : 0
22
+ - uses : denoland/setup-deno@v1
23
+ with :
24
+ deno-version : ${{ env.DENO_VERSION }}
25
+ - name : Publish
26
+ run : |
27
+ deno run -A jsr:@david/[email protected]
Original file line number Diff line number Diff line change 40
40
run : |
41
41
deno task test
42
42
timeout-minutes : 5
43
+ - name : JSR publish (dry-run)
44
+ run : |
45
+ deno publish --dry-run
Original file line number Diff line number Diff line change 1
1
# git-browse
2
2
3
- [ ![ deno land] ( http://img.shields.io/badge/available%20on-deno.land/x-lightgrey.svg?logo=deno )] ( https://deno.land/x/git_browse )
3
+ [ ![ jsr] ( https://img.shields.io/jsr/v/%40lambdalisue/git-browse?logo=javascript&logoColor=white )] ( https://jsr.io/@lambdalisue/git-browse )
4
+ [ ![ denoland] ( https://img.shields.io/github/v/release/lambdalisue/deno-git-browse?logo=deno&label=denoland )] ( https://github.com/lambdalisue/deno-git-browse/releases )
4
5
[ ![ deno doc] ( https://doc.deno.land/badge.svg )] ( https://doc.deno.land/https/deno.land/x/git_browse/mod.ts )
5
6
[ ![ Test] ( https://github.com/lambdalisue/deno-git-browse/workflows/Test/badge.svg )] ( https://github.com/lambdalisue/deno-git-browse/actions?query=workflow%3ATest )
6
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"lock" : false ,
3
+ "name" : " @lambdalisue/git-browse" ,
4
+ "version" : " 0.0.0" ,
5
+ "exports" : " ./mod.ts" ,
3
6
"tasks" : {
4
7
"test" : " deno test -A --parallel --doc" ,
5
8
"check" : " deno check **/*.ts" ,
You can’t perform that action at this time.
0 commit comments