Skip to content

Commit

Permalink
feat(#6): cd ..
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 23, 2024
1 parent 664321f commit 4732da8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ release:
sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" cli/Cargo.toml
cd github-mirror
sudo openapi-generator-cli generate -i github.yml -g rust -o .
cd ..
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 4732da8

Please sign in to comment.