From fe44d0dbdfa5d38e2dedf28e8dcb97fb46e86768 Mon Sep 17 00:00:00 2001 From: Thomas Clegg Date: Wed, 23 Oct 2024 10:47:05 -0500 Subject: [PATCH] Ignore java changes in 8.13.48 --- lib/github-actions-metadata-update.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/github-actions-metadata-update.sh b/lib/github-actions-metadata-update.sh index 4dc462ee..dcada31b 100644 --- a/lib/github-actions-metadata-update.sh +++ b/lib/github-actions-metadata-update.sh @@ -82,12 +82,6 @@ PREVIOUS=$(git describe --abbrev=0) FILES=$(getReleaseDelta google/libphonenumber "v${DEPLOYED_NUGET_TAG}" $UPSTREAM_GITHUB_RELEASE_TAG) -if echo $FILES | grep '\.java' -then - echo "has java files, automatic update not possible" - exit 123 -fi - if echo $FILES | grep 'proto' then echo "has proto files, automatic update not possible"