diff --git a/RELEASE.md b/RELEASE.md index eddedbddb..1e31d89d3 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -152,5 +152,5 @@ appearing. To check for progress: [Crates.io](https://crates.io/crates/solana) should have an updated Solana version. This can take 2-3 hours, and sometimes fails in the `solana-secondary` job. If this happens and the error is non-fatal, click "Retry" on the "publish crate" job -### Update software on devnet.solana.com/testnet.solama.com/mainnet-beta.solana.com +### Update software on devnet.solana.com/testnet.solana.com/mainnet-beta.solana.com See the documentation at https://github.com/solana-labs/cluster-ops/ diff --git a/ci/publish-crate.sh b/ci/publish-crate.sh index 3e332adf5..8d0448be4 100755 --- a/ci/publish-crate.sh +++ b/ci/publish-crate.sh @@ -38,7 +38,7 @@ for Cargo_toml in $Cargo_tomls; do crate_name=$(grep -m 1 '^name = ' "$Cargo_toml" | cut -f 3 -d ' ' | tr -d \") if grep -q "^publish = false" "$Cargo_toml"; then - echo "$crate_name is is marked as unpublishable" + echo "$crate_name is marked as unpublishable" continue fi