Skip to content

Commit

Permalink
reorder publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Nov 25, 2021
1 parent 114b102 commit 1cd43ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ set -e
# "hpke-rs-crypto
cd traits && cargo publish $@ && cd -

# hpke-rs
cargo publish $@

# hpke-rs-evercrypt
cd evercrypt_provider && cargo publish $@ && cd -

# hpke-rs-rust-crypto
cd rust_crypto_provider && cargo publish $@ && cd -

# hpke-rs
cargo publish $@

0 comments on commit 1cd43ec

Please sign in to comment.