Added fetch to the build script.

This commit is contained in:
Amine 2018-11-13 21:57:36 +01:00
parent 695670e944
commit c70f1e31a6

View File

@ -1,5 +1,7 @@
#!/bin/bash
git fetch --tags -p
BASE_VERSION="1.7"
LAST_TAG=$(git tag -l | sort -V | tail -1)