We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f7e13 commit d55efb6Copy full SHA for d55efb6
lib/github-actions-metadata-update.sh
@@ -43,7 +43,7 @@ echo "libphonenumber-csharp latest release is ${DEPLOYED_NUGET_TAG}"
43
if [ "${UPSTREAM_GITHUB_RELEASE_TAG:1:1}" != "8" ]
44
then
45
echo "major version update"
46
- #exit 123
+ exit 123
47
fi
48
49
if [ "$DEPLOYED_NUGET_TAG" = "${UPSTREAM_GITHUB_RELEASE_TAG:1}" ]
0 commit comments