diff --git a/eng/common/pipelines/templates/steps/docs-metadata-release.yml b/eng/common/pipelines/templates/steps/docs-metadata-release.yml index fe68e74229c2..7722b2ec1b93 100644 --- a/eng/common/pipelines/templates/steps/docs-metadata-release.yml +++ b/eng/common/pipelines/templates/steps/docs-metadata-release.yml @@ -85,7 +85,7 @@ steps: - template: /eng/common/pipelines/templates/steps/git-push-changes.yml parameters: - PRBranchName: 'master-rdme' + PRBranchName: 'master' CommitMsg: "Update docs metadata and targeting for release of ${{ parameters.ArtifactName }}" RepoName: ${{ parameters.TargetDocRepoName }} RepoOwner: ${{ parameters.TargetDocRepoOwner }} @@ -121,7 +121,7 @@ steps: GH_TOKEN: $(azuresdk-github-pat) - template: /eng/common/pipelines/templates/steps/git-push-changes.yml parameters: - PRBranchName: 'master-rdme' + PRBranchName: 'master' CommitMsg: "Update docs metadata and targeting for release of ${{ parameters.ArtifactName }}" RepoName: ${{ parameters.TargetDocRepoName }} RepoOwner: ${{ parameters.TargetDocRepoOwner }}