Update bin/publish.sh

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Ludovic Ortega
2026-02-15 15:26:10 +01:00
committed by GitHub
parent 1db4abff8c
commit 2ecdeb6901

View File

@@ -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