Skip to content

Commit 5ccb779

Browse files
authored
Restore exit code for Java in metadata update script
1 parent 3e3aad0 commit 5ccb779

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)