We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2f1b2 commit e73a637Copy full SHA for e73a637
dev/release/release_rc.sh
@@ -49,7 +49,7 @@ if [ "${RELEASE_PULL}" -gt 0 ] || [ "${RELEASE_PUSH_TAG}" -gt 0 ]; then
49
echo "The origin's URL: ${git_origin_url}"
50
exit 1
51
;;
52
- fi
+ esac
53
fi
54
55
if [ "${RELEASE_PULL}" -gt 0 ]; then
0 commit comments