Skip to content

Commit

Permalink
feat(#6): cd + inline
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 22, 2024
1 parent b279082 commit 9188202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ release:
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" server/Cargo.toml
sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" cli/Cargo.toml
cd github-mirror && sudo npm install @openapitools/openapi-generator-cli -g && sudo openapi-generator-cli generate -i github.yml -g rust -o .
cd github-mirror && sudo npm install @openapitools/openapi-generator-cli -g
cd github-mirror && sudo openapi-generator-cli generate -i github.yml -g rust -o .
sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" github-mirror/Cargo.toml
cargo --color=never test
cargo +nightly fmt --check -- --color=never
Expand Down

0 comments on commit 9188202

Please sign in to comment.