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 2353b75 commit d754d3aCopy full SHA for d754d3a
.github/workflows/scripts/release-branch.sh
@@ -65,7 +65,7 @@ elif [[ -n "$BRANCH_EXISTS_REMOTELY" ]]; then
65
exit 0
66
else
67
echo "Release branch '${RELEASE_BRANCH_NAME}' not found locally or on remote."
68
- git switch -c "${RELEASE_BRANCH_NAME}" "${TARGET_MAIN_STATE_COMMIT}"
+ git switch -c "${RELEASE_BRANCH_NAME}" "${PREPARE_RELEASE_COMMIT_HASH}"
69
fi
70
71
echo "Current branch is now '${RELEASE_BRANCH_NAME}'."
0 commit comments