Skip to content

Commit

Permalink
Merge pull request #190 from h1alexbel/189
Browse files Browse the repository at this point in the history
fix(#189): no dry-run for dependant packages
  • Loading branch information
h1alexbel authored Oct 7, 2024
2 parents 5eda57e + 76f7ed7 commit 00016de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ release:
git commit -am "${tag}"
ls -a ../
mkdir -p ~/.cargo && cp ../credentials ~/.cargo
cargo --color=never publish -p github-mirror --dry-run
cargo --color=never publish -p fakehub-server --features "mirror_release" --dry-run
cargo --color=never publish -p fakehub --dry-run
echo "Packages ready for upload to crates.io"
cargo --color=never publish -p github-mirror
cargo --color=never publish -p fakehub-server --features "mirror_release"
cargo --color=never publish -p fakehub

0 comments on commit 00016de

Please # to comment.