From 845e89ff63aa6e4970ee2a234027ebfe21261b60 Mon Sep 17 00:00:00 2001 From: Shraddha <24843989+siddy2181@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:29:40 -0800 Subject: [PATCH] Update publish.sh Co-authored-by: Charlie Dibble --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index bfcac607..27744e09 100755 --- a/publish.sh +++ b/publish.sh @@ -29,7 +29,7 @@ if [ "$current_branch" != "$default_branch" ]; then else npm test; npm version ${1-patch} - echo "npm version ${1-patch}" + echo "Publishing NPM version: ${1-patch}" git push; git push --tags;