Skip to content

Commit 67c884f

Browse files
committed
change the script [skip ci]
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
1 parent 9318b94 commit 67c884f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
version=$1
44
gpg_key=$2
5-
regex="^([0-9]+)\.([0-9]+)\.([0-9]+)(-(alpha|beta|rc)\.([0-9]+))?$"
5+
regex="^([0-9]+)\.([0-9]+)\.([0-9]+)(-(alpha|beta|rc)\.[0-9]+)?$"
66
tag="v$version"
77

88
if [ $# -lt 2 ]; then

0 commit comments

Comments
 (0)