We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b0e1d commit e5f9adbCopy full SHA for e5f9adb
lib/github-actions-metadata-update.sh
@@ -40,7 +40,7 @@ GITHUB_ACTION_WORKING_DIRECTORY=$(pwd)
40
echo "google/libphonenumber latest release is ${UPSTREAM_GITHUB_RELEASE_TAG}"
41
echo "libphonenumber-csharp latest release is ${DEPLOYED_NUGET_TAG}"
42
43
-if [ "${UPSTREAM_GITHUB_RELEASE_TAG:1:1}" != "8" ]
+if [ "${UPSTREAM_GITHUB_RELEASE_TAG:1:1}" != "9" ]
44
then
45
echo "major version update"
46
exit 123
0 commit comments