mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-15 03:11:50 +00:00
Try to fix CircleCI shell error
This commit is contained in:
parent
a7f5c427d4
commit
8a04cbe3c8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ MINOR=$(echo $TAG | cut -c 2- | cut -d "." -f 2)
|
|||
BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
||||
|
||||
# Output in the desired format
|
||||
if [ $PATCH == 0 ]; then
|
||||
if [ $PATCH = 0 ]; then
|
||||
if [ ! -z $FULL ]; then
|
||||
printf 'v%d.%d.0' "$MAJOR" "$MINOR"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue