Skip to content

Commit

Permalink
remove dry-run when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Mar 8, 2022
1 parent a17eab7 commit e5ac494
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cargo-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ cargo check
for p in ${package_ordered:?}; do
cargo update -p shadowsocks
cargo update -p shadowsocks-service
echo "====> dry-run publish $p"
cargo publish --verbose --locked --dry-run --manifest-path "${p:?}/Cargo.toml"
#echo "====> dry-run publish $p"
#cargo publish --verbose --locked --dry-run --manifest-path "${p:?}/Cargo.toml"
echo "====> publishing $p"
cargo publish --verbose --locked --manifest-path "${p:?}/Cargo.toml"

Expand Down

0 comments on commit e5ac494

Please sign in to comment.