Skip to content

Commit 01498a6

Browse files
committed
missing eg
1 parent dd0a888 commit 01498a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ "$1" == "git" ]; then
1313
# ./upload.sh git tag
1414
if [ "$2" == "tag" ]; then
1515
# check last release version and plus it with 1
16-
# eg: 1.0.8 => 1.0.9
16+
# eg: v1.0.8 => v1.0.9
1717
new_version=$(
1818
git tag | tail -n1 | awk -F '[/.]' '{ gsub("v", "", $1); print $1$2$3 + 1}' | fold -w1 | paste -sd.
1919
);

0 commit comments

Comments
 (0)