We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd393fd commit 09ea696Copy full SHA for 09ea696
scripts/release.sh
@@ -6,5 +6,5 @@ CRATE_DIRS=(proto tink prf mac aead daead streaming signature integration/awskms
6
7
# Release crates in dependency order. Assumes `cargo login` has been done.
8
for dir in "${CRATE_DIRS[@]}"; do
9
- cargo release --manifest-path "$dir/Cargo.toml"
+ cargo publish --manifest-path "$dir/Cargo.toml"
10
done
0 commit comments