Skip to content

Commit

Permalink
tag master builds as master not as numbered version
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Aug 26, 2024
1 parent 3d48629 commit 919be08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildscripts/launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 919be08

Please sign in to comment.