فهرست منبع

fix: force update versions [skip ci]

Baptiste Augrain 2 سال پیش
والد
کامیت
30fea6fcbd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      update_version.sh

+ 1 - 1
update_version.sh

@@ -2,7 +2,7 @@
 
 set -e
 
-if [[ "${SHOULD_BUILD}" != "yes" ]]; then
+if [[ "${SHOULD_BUILD}" != "yes" && "${FORCE_UPDATE}" != "true" ]]; then
   echo "Will not update version JSON because we did not build"
   exit
 fi