mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
msi version fix
This commit is contained in:
parent
87344df8ee
commit
2d4a11d06b
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ if [ $? != 0 ] || [ -z "$BRANCH" ]; then
|
|||
BRANCH="master"
|
||||
fi
|
||||
|
||||
STAG=$(echo $TAG | sed 's/v//')
|
||||
STAG=$(echo $TAG | sed 's/v//' | sed 's/[^0123456789.]././')
|
||||
|
||||
printf '%s' "$STAG"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue