tag master builds as master not as numbered version

This commit is contained in:
eyedeekay
2024-08-26 19:01:40 -04:00
parent 3d48629a40
commit 919be083e1

View File

@ -65,7 +65,6 @@ if [ -z "$EXTRA" ]; then
fi
if [ "$VERSION" = master ]; then
VERSIONDATE="$(date +%m%d)"
export TAG_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
else
export TAG_VERSION="$VERSION"
fi