We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f2ada commit 3b86156Copy full SHA for 3b86156
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