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