We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e18bb commit adfd99cCopy full SHA for adfd99c
.ado/templates/npm-publish-steps.yml
@@ -21,8 +21,10 @@ steps:
21
22
- script: |
23
git switch $(Build.SourceBranchName)
24
+ echo "//registry.npmjs.org/:_authToken=$(NODE_AUTH_TOKEN)" > ~/.npmrc
25
yarn nx release --skip-publish --verbose
26
yarn nx release publish --excludeTaskDependencies
27
+ rm ~/.npmrc
28
env:
29
GITHUB_TOKEN: $(githubAuthToken)
30
NODE_AUTH_TOKEN: $(npmAuthToken)
0 commit comments