Fix Xcode Cloud CI script to fetch tags

The script needs to fetch repository tags to function properly.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
lastfm
Christopher Snowhill 2022-07-06 04:13:30 -07:00
parent 333392f284
commit df74f5ebe7
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
BASEDIR=$(dirname "$0")
git=$(which git)
"${BASEDIR}/../Scripts/extract_libraries.sh"
"$git" -C "${BASEDIR}/.." fetch --tags
"${BASEDIR}/../Scripts/genversion.sh"