We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c921120 commit 2467001Copy full SHA for 2467001
lib/github-actions-metadata-update.sh
@@ -85,7 +85,7 @@ FILES=$(getReleaseDelta google/libphonenumber "v${DEPLOYED_NUGET_TAG}" $UPSTREAM
85
if echo $FILES | grep '\.java'
86
then
87
echo "has java files, automatic update not possible"
88
- # exit 123
+ exit 123
89
fi
90
91
if echo $FILES | grep 'proto'
0 commit comments