Skip to content

Commit a6202f4

Browse files
Update release_tools/version_tag.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 25eaa70 commit a6202f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release_tools/version_tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ VERSION_NUMBER=$(hatch version)
4444
TAG_NAME="v$VERSION_NUMBER"
4545

4646
# Create tag
47-
if ! git tag $TAG_NAME -s -m "Release $PROJECT_NAME version $VERSION_NUMBER." ; then
47+
if ! git tag "$TAG_NAME" -s -m "Release $PROJECT_NAME version $VERSION_NUMBER." ; then
4848
echo "Failed to create the tag"
4949
exit 1
5050
fi

0 commit comments

Comments
 (0)