Skip to content

Commit 014e8bc

Browse files
authored
ci(0.78): Don't add NPM auth token to npmrc twice (#2435)
## Summary: I noticed NPM publish failing still. My guess is the second addition of this line to our `.npmrc` is messing it up ## Test Plan: Testing on 0.78 release.
1 parent a8a6f10 commit 014e8bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ steps:
2626
2727
- script: |
2828
git switch $(Build.SourceBranchName)
29-
echo "//registry.npmjs.org/:_authToken=$(NODE_AUTH_TOKEN)" > ~/.npmrc
3029
yarn nx release --skip-publish --verbose
3130
env:
3231
GITHUB_TOKEN: $(githubAuthToken)

0 commit comments

Comments
 (0)