From 2ecdeb69012a11be63c4cf82e43d4fb4a1b4191d Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Sun, 15 Feb 2026 15:26:10 +0100 Subject: [PATCH] Update bin/publish.sh Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- bin/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/publish.sh b/bin/publish.sh index 057b94eb..ad44b160 100644 --- a/bin/publish.sh +++ b/bin/publish.sh @@ -9,4 +9,4 @@ if [ "$#" -ne 1 ]; then fi # Update package.json, commit the file and create a tag -npm version $1 -m "chore: update version to v$1" --sign-git-tag +npm version "$1" -m "chore: update version to v$1" --sign-git-tag