Skip to content

Commit

Permalink
fix: publish logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 committed Jun 15, 2024
1 parent 9e115f6 commit 1cfa42b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

set -e

cd "$(dirname "$0")"
# cd "$(dirname "$0")"

cd ../serde_valid_derive
cargo publish
# cd ../serde_valid_derive
# cargo publish

cd ../serde_valid_literal
cargo publish
# cd ../serde_valid_literal
# cargo publish

# wait tarball package publishment
sleep 20
# # wait tarball package publishment
# sleep 20

cd ../serde_valid
cd serde_valid
cargo publish

0 comments on commit 1cfa42b

Please sign in to comment.