Skip to content

Commit 72c1754

Browse files
committed
Fix typo in tag_release.sh
1 parent 568dd0b commit 72c1754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tag_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ VERSION=$(<VERSION)
44

55
echo "Tagging version $VERSION"
66
git tag -s -m "Version $VERSION" $VERSION || exit "Failed to tag!"
7-
echo "Succeess"
7+
echo "Success"

0 commit comments

Comments
 (0)