Skip to content

Commit

Permalink
Revert "Ignore java changes in 8.13.48"
Browse files Browse the repository at this point in the history
This reverts commit fe44d0d.
  • Loading branch information
Thomas Clegg committed Oct 23, 2024
1 parent b34715a commit 8a39ff6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/github-actions-metadata-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ PREVIOUS=$(git describe --abbrev=0)

FILES=$(getReleaseDelta google/libphonenumber "v${DEPLOYED_NUGET_TAG}" $UPSTREAM_GITHUB_RELEASE_TAG)

if echo $FILES | grep '\.java'
then
echo "has java files, automatic update not possible"
exit 123
fi

if echo $FILES | grep 'proto'
then
echo "has proto files, automatic update not possible"
Expand Down

0 comments on commit 8a39ff6

Please sign in to comment.