fix: force update versions [skip ci]

This commit is contained in:
Baptiste Augrain 2023-01-08 15:37:11 +01:00
parent 32637c09c8
commit 30fea6fcbd

View file

@ -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