File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 38
38
git_user_signingkey : true
39
39
git_commit_gpgsign : true
40
40
41
+ - name : Setup node
42
+ uses : actions/setup-node@v3
43
+ with :
44
+ node-version : 16
45
+
46
+ - name : Installing jsonschema2md
47
+ run : |
48
+ yarn global add @adobe/[email protected]
49
+ echo "$(yarn global bin)" >> $GITHUB_PATH
50
+
41
51
- name : Setup rust
42
52
uses : actions-rs/toolchain@v1
43
53
with :
Original file line number Diff line number Diff line change @@ -18,9 +18,7 @@ plugins:
18
18
to : version = "${nextRelease.version}"
19
19
- - "@semantic-release/exec"
20
20
- prepareCmd : |
21
- cargo make schema
22
- cargo make generate_docs
23
- cargo make release_assets
21
+ cargo make schema && cargo make generate_docs && cargo make release_assets
24
22
- - "@semantic-release/github"
25
23
- assets :
26
24
- path : " ./target/wasm32-unknown-unknown/release/cw_storage.wasm"
You can’t perform that action at this time.
0 commit comments