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>
This commit is contained in:
parent
333392f284
commit
df74f5ebe7
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
BASEDIR=$(dirname "$0")
|
||||
|
||||
git=$(which git)
|
||||
|
||||
"${BASEDIR}/../Scripts/extract_libraries.sh"
|
||||
|
||||
"$git" -C "${BASEDIR}/.." fetch --tags
|
||||
|
||||
"${BASEDIR}/../Scripts/genversion.sh"
|
||||
|
|
Loading…
Reference in a new issue