Skip to content

Commit

Permalink
chore: fix publish revm-precompile (bluealloy#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Apr 2, 2024
1 parent 1640b8f commit 223f6cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/bin/bash

# stop on error
set -e

cargo publish --package revm-primitives
cargo publish --package revm-precompiles
cargo publish --package revm-precompile
cargo publish --package revm-interpreter
cargo publish --package revm
cargo publish --package revme
Expand Down

0 comments on commit 223f6cd

Please sign in to comment.