diff --git a/plugins/git-release-manager/src/features/Patch/hooks/usePatchValidationSequence.tsx b/plugins/git-release-manager/src/features/Patch/hooks/usePatchValidationSequence.tsx index 7778fffe42..0ab0deee73 100644 --- a/plugins/git-release-manager/src/features/Patch/hooks/usePatchValidationSequence.tsx +++ b/plugins/git-release-manager/src/features/Patch/hooks/usePatchValidationSequence.tsx @@ -51,7 +51,7 @@ export function usePatchValidationSequence({ const { responseSteps, addStepToResponseSteps, asyncCatcher, abortIfError } = useResponseSteps(); - const tempPatchBranchName = `${releaseBranchName}-grm-temp-patch-prep`; + const tempPatchBranchName = `${releaseBranchName}-backstage-grm-patch-validation`; /** * (1) Get the release branch's most recent commit