Skip to content

Commit

Permalink
publish.sh update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Jul 8, 2022
1 parent 138718b commit 621830e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ cd elrond-wasm
cargo publish || return 1
cd ..

sleep 20

cd mandos
cargo publish || return 1
cd ..
Expand All @@ -93,3 +91,7 @@ cd ..
cd elrond-wasm-modules
cargo publish || return 1
cd ..

cd elrond-interact-snippets
cargo publish || return 1
cd ..

0 comments on commit 621830e

Please sign in to comment.