Skip to content

Commit

Permalink
change the script [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Santomaggio <[email protected]>
  • Loading branch information
Gsantomaggio committed Sep 27, 2024
1 parent 9318b94 commit 67c884f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

if [ $# -lt 2 ]; then
Expand Down

0 comments on commit 67c884f

Please sign in to comment.