mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
Append suffix to master releaser releases if they are not the first merge (package revisions)
This commit is contained in:
parent
5684279403
commit
bfdb079b79
1 changed files with 4 additions and 0 deletions
|
@ -59,4 +59,8 @@ if [ $BRANCH != "master" ]; then
|
||||||
if [ $BUILD != 0 ]; then
|
if [ $BUILD != 0 ]; then
|
||||||
printf -- "-%04d" "$BUILD"
|
printf -- "-%04d" "$BUILD"
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
if [ $BUILD != 0 ]; then
|
||||||
|
printf -- "-%d" "$BUILD"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue