Skip to content

Commit a8de281

Browse files
authored
ci: remove unnecessary environment variable (#2445)
## Summary: This was unnecessary. Thanks @tido64 for pointing it out. ## Test Plan: CI should pass
1 parent 96b284c commit a8de281

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)