Skip to content

Commit

Permalink
Ignore java changes in 8.13.48
Browse files Browse the repository at this point in the history
  • Loading branch information
twcclegg authored Oct 23, 2024
1 parent cfb1bc9 commit fe44d0d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/github-actions-metadata-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ 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 fe44d0d

Please sign in to comment.