Skip to content

Commit

Permalink
fix: cargo publish
Browse files Browse the repository at this point in the history
[changelog skip]
  • Loading branch information
williamdes committed Jul 8, 2024
1 parent 549ce9d commit 07106da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if [[ $response =~ ^(yes|y| ) ]] || [[ -z $response ]]; then
fi

echo "Publish on crates.io (dry-run)"
npm publish --dry-run
cargo publish --dry-run
read -r -p "Are you sure to publish on crates.io? [Y/n]" response
response=${response,,} # tolower
if [[ $response =~ ^(yes|y| ) ]] || [[ -z $response ]]; then
Expand Down

0 comments on commit 07106da

Please sign in to comment.