Skip to content

Commit b7e581e

Browse files
committed
ci: remove unnecessary environment variable (microsoft#2445)
## Summary: This was unnecessary. Thanks @tido64 for pointing it out. ## Test Plan: CI should pass
1 parent 7ac5d2d commit b7e581e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ado/templates/npm-publish-steps.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,5 @@ steps:
4242

4343
- script: |
4444
rm -f ~/.npmrc
45-
env:
46-
NODE_AUTH_TOKEN: $(npmAuthToken)
4745
displayName: Remove npmrc if it exists
4846
condition: always()

0 commit comments

Comments
 (0)