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>xcode15
parent
0c6e69015f
commit
4956569206
|
@ -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 New Issue