Skip to content

Commit

Permalink
feat(#6): -p cli, server
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 22, 2024
1 parent 6454983 commit 2b7d604
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 @@ -42,4 +42,5 @@ release:
git commit -am "${tag}"
ls -a ../
mkdir -p ~/.cargo && cp ../credentials ~/.cargo
cargo --color=never publish --all
cargo --color=never publish -p server
cargo --color=never publish -p cli

0 comments on commit 2b7d604

Please sign in to comment.