diff --git a/eng/pipelines/templates/steps/npm-release-task.yml b/eng/pipelines/templates/steps/npm-release-task.yml index e5d52c9a8b9..be8b5988cc9 100644 --- a/eng/pipelines/templates/steps/npm-release-task.yml +++ b/eng/pipelines/templates/steps/npm-release-task.yml @@ -22,7 +22,7 @@ steps: ContentType: 'npm' FolderLocation: ${{parameters.PathToArtifacts}} Owners: ${{ coalesce(variables['Build.RequestedForEmail'], 'azuresdk@microsoft.com') }} - Approvers: 'azuresdk@microsoft.com' + Approvers: ${{ coalesce(variables['Build.RequestedForEmail'], 'azuresdk@microsoft.com') }} ServiceEndpointUrl: 'https://api.esrp.microsoft.com' MainPublisher: 'ESRPRELPACMANTEST' DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'