diff --git a/scripts/patch_updater_yml.sh b/scripts/patch_updater_yml.sh index 8186afbd..a90283e1 100755 --- a/scripts/patch_updater_yml.sh +++ b/scripts/patch_updater_yml.sh @@ -17,7 +17,7 @@ NEXT_MAJOR_VERSION="$(npx semver $STABLE_VERSION -i major)" NEWER_VERSION_EXISTS="$(git ls-remote --tags origin v${NEXT_MINOR_VERSION} v${NEXT_MAJOR_VERSION})" if [ -e .esr ] && [ ! -z "$NEWER_VERSION_EXISTS" ]; then echo "ESR branch, skipping auto-updater yml generation" - rm ./release/"${RELEASE_VERSION}"*.yml + rm ./release/"${RELEASE_VERSION}"*.yml || true exit 0 fi