We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223664d commit 8d37300Copy full SHA for 8d37300
1 file changed
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