Skip to content

Commit 07106da

Browse files
committed
fix: cargo publish
[changelog skip]
1 parent 549ce9d commit 07106da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ if [[ $response =~ ^(yes|y| ) ]] || [[ -z $response ]]; then
144144
fi
145145

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

0 commit comments

Comments
 (0)