Skip to content

Commit 8d37300

Browse files
authored
Comment out exit code for Java files check
Commented out exit code for Java files check.
1 parent 223664d commit 8d37300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/github-actions-metadata-update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ FILES=$(getReleaseDelta google/libphonenumber "v${DEPLOYED_NUGET_TAG}" $UPSTREAM
8585
if echo $FILES | grep '\.java'
8686
then
8787
echo "has java files, automatic update not possible"
88-
exit 123
88+
#exit 123
8989
fi
9090

9191
if echo $FILES | grep 'proto'

0 commit comments

Comments
 (0)