Skip to content

Commit

Permalink
Restore check
Browse files Browse the repository at this point in the history
  • Loading branch information
twcclegg authored Jul 3, 2024
1 parent c921120 commit 2467001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github-actions-metadata-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ FILES=$(getReleaseDelta google/libphonenumber "v${DEPLOYED_NUGET_TAG}" $UPSTREAM
if echo $FILES | grep '\.java'
then
echo "has java files, automatic update not possible"
# exit 123
exit 123
fi

if echo $FILES | grep 'proto'
Expand Down

0 comments on commit 2467001

Please sign in to comment.