Skip to content

Commit

Permalink
Merge pull request #251 from okp4/ci/repair-release
Browse files Browse the repository at this point in the history
ci(release): update docs generation cmd
  • Loading branch information
amimart authored Jun 13, 2023
2 parents 80f3180 + 7a50c69 commit 37a7817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins:
to: version = "${nextRelease.version}"
- - "@semantic-release/exec"
- prepareCmd: |
cargo make schema && cargo make generate_docs && cargo make release-assets
cargo make schema && cargo make docs-generate && cargo make release-assets
- - "@semantic-release/github"
- assets:
- path: "./target/wasm32-unknown-unknown/release/okp4_objectarium.wasm"
Expand Down

0 comments on commit 37a7817

Please sign in to comment.