mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 02:30:31 +00: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
@ -59,4 +59,8 @@ if [ $BRANCH != "master" ]; then
|
||||
if [ $BUILD != 0 ]; then
|
||||
printf -- "-%04d" "$BUILD"
|
||||
fi
|
||||
else
|
||||
if [ $BUILD != 0 ]; then
|
||||
printf -- "-%d" "$BUILD"
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user