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 853fb5b commit 1bd9395Copy full SHA for 1bd9395
scripts/release/apply-release-changes.sh
@@ -26,7 +26,7 @@ RELEASE_BRANCH="release/${RELEASE_VERSION}"
26
27
if git ls-remote --exit-code origin ${RELEASE_BRANCH} >/dev/null 2>&1; then
28
echo "Check out to Release Branch '${RELEASE_BRANCH}'"
29
- git checkout -b ${RELEASE_BRANCH}
+ git checkout ${RELEASE_BRANCH}
30
else
31
echo "Error: Remote branch '${RELEASE_BRANCH}' not found. Please run 'cut-release-branch.sh' first."
32
exit 1
0 commit comments