File tree 4 files changed +1
-46
lines changed
4 files changed +1
-46
lines changed Original file line number Diff line number Diff line change 13
13
- name : Checkout sources
14
14
uses : actions/checkout@v2
15
15
16
- - name : Install stable toolchain
17
- uses : actions-rs/toolchain@v1
18
- with :
19
- profile : minimal
20
- toolchain : stable
21
- override : true
22
-
23
16
- run : cargo publish --token ${CARGO_REGISTRY_TOKEN}
24
17
env :
25
18
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
32
25
- name : Checkout sources
33
26
uses : actions/checkout@v2
34
27
35
- - name : Install stable toolchain
36
- uses : actions-rs/toolchain@v1
37
- with :
38
- profile : minimal
39
- toolchain : stable
40
- override : true
41
-
42
28
- run : cargo publish --token ${CARGO_REGISTRY_TOKEN}
43
29
env :
44
30
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
51
37
- name : Checkout sources
52
38
uses : actions/checkout@v2
53
39
54
- - name : Install stable toolchain
55
- uses : actions-rs/toolchain@v1
56
- with :
57
- profile : minimal
58
- toolchain : stable
59
- override : true
60
-
61
40
- run : cargo publish --token ${CARGO_REGISTRY_TOKEN}
62
41
env :
63
42
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
Original file line number Diff line number Diff line change 33
33
- name : Checkout sources
34
34
uses : actions/checkout@v2
35
35
36
- - name : Install stable toolchain
37
- uses : actions-rs/toolchain@v1
38
- with :
39
- profile : minimal
40
- toolchain : 1.58.1
41
- override : true
42
- components : clippy
43
-
44
36
- name : Generate Schema
45
37
run : cargo run --example schema
46
38
Original file line number Diff line number Diff line change 25
25
uses : actions-rs/toolchain@v1
26
26
with :
27
27
profile : minimal
28
- toolchain : 1.58.1
28
+ toolchain : stable
29
29
target : wasm32-unknown-unknown
30
30
override : true
31
31
44
44
- name : Checkout sources
45
45
uses : actions/checkout@v2
46
46
47
- - name : Install stable toolchain
48
- uses : actions-rs/toolchain@v1
49
- with :
50
- profile : minimal
51
- toolchain : 1.58.1
52
- override : true
53
- components : clippy
54
-
55
47
- name : Generate Schema
56
48
run : cargo run --example schema
57
49
Original file line number Diff line number Diff line change 35
35
- name : Checkout sources
36
36
uses : actions/checkout@v2
37
37
38
- - name : Install stable toolchain
39
- uses : actions-rs/toolchain@v1
40
- with :
41
- profile : minimal
42
- toolchain : 1.58.1
43
- override : true
44
- components : clippy
45
-
46
38
- name : Generate Schema
47
39
run : cargo run --example schema
48
40
You can’t perform that action at this time.
0 commit comments