From cf21367fc3285889cc2a336712b4e49a84de600b Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Wed, 9 Jul 2025 12:04:33 -0700 Subject: [PATCH] ci(0.76): fix typo in yml --- .ado/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/publish.yml b/.ado/publish.yml index 53f94091e590d6..c4886c9c4eedc7 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -71,4 +71,4 @@ extends: fetchFilter: blob:none # partial clone for faster clones while maintaining history persistCredentials: true # set to 'true' to leave the OAuth token in the Git config after the initial fetch - - template: /.ado/templates/npm-publish-steps.yml@self + - template: /.ado/jobs/npm-publish.yml@self