Skip to content

Commit 09ea696

Browse files
scripts/release.sh: fix command (#79)
1 parent cd393fd commit 09ea696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ CRATE_DIRS=(proto tink prf mac aead daead streaming signature integration/awskms
66

77
# Release crates in dependency order. Assumes `cargo login` has been done.
88
for dir in "${CRATE_DIRS[@]}"; do
9-
cargo release --manifest-path "$dir/Cargo.toml"
9+
cargo publish --manifest-path "$dir/Cargo.toml"
1010
done

0 commit comments

Comments
 (0)