Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Mar 2, 2022
1 parent 32aacbc commit 1895291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

root=$(git rev-parse --show-toplevel)

cargo release --execute --manifest-path "$root/sdk/Cargo.toml" --skip-push "$1"
cargo release --execute --manifest-path "$root/sdk/Cargo.toml" --no-push "$1"

tag=$(git tag --points-at HEAD)

Expand Down

0 comments on commit 1895291

Please sign in to comment.