File tree Expand file tree Collapse file tree 2 files changed +19
-14
lines changed Expand file tree Collapse file tree 2 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 22
22
run : deno test
23
23
- name : Check formatting
24
24
run : deno fmt --check
25
- if : ${{ !contains(matrix.os, 'windows') }}
26
- publish :
27
- runs-on : ubuntu-latest
28
- permissions :
29
- contents : read
30
- id-token : write
31
- steps :
32
- - uses : actions/checkout@v4
33
- - name : Setup Deno
34
- uses : denoland/setup-deno@v1
35
- with :
36
- deno-version : 1.x
37
- - name : Publish package
38
- run : deno publish
25
+ if : ${{ !contains(matrix.os, 'windows') }}
Original file line number Diff line number Diff line change
1
+ name : Publish to JSR
2
+
3
+ on : [release]
4
+
5
+ jobs :
6
+ publish :
7
+ runs-on : ubuntu-latest
8
+ permissions :
9
+ contents : read
10
+ id-token : write
11
+ steps :
12
+ - uses : actions/checkout@v4
13
+ - name : Setup Deno
14
+ uses : denoland/setup-deno@v1
15
+ with :
16
+ deno-version : 1.x
17
+ - name : Publish package
18
+ run : deno publish
You can’t perform that action at this time.
0 commit comments