瀏覽代碼

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