Skip to content

Commit 1164e2e

Browse files
authored
allow major bump
1 parent 9f14e52 commit 1164e2e

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)