Skip to content

Commit d55efb6

Browse files
authored
restore major version check
1 parent 75f7e13 commit d55efb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github-actions-metadata-update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ echo "libphonenumber-csharp latest release is ${DEPLOYED_NUGET_TAG}"
4343
if [ "${UPSTREAM_GITHUB_RELEASE_TAG:1:1}" != "8" ]
4444
then
4545
echo "major version update"
46-
#exit 123
46+
exit 123
4747
fi
4848

4949
if [ "$DEPLOYED_NUGET_TAG" = "${UPSTREAM_GITHUB_RELEASE_TAG:1}" ]

0 commit comments

Comments
 (0)