Skip to content

Commit

Permalink
fix add registry (#864)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Ivanov <v-andivanov@microsoft.com>
  • Loading branch information
AndreyIvanov42 and Andrey Ivanov committed Sep 1, 2022
1 parent 629f3b5 commit 559439e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

# For CI runs on master, automatically publish packages
- bash: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
cd _build
npm publish || true # Ignore publish failures, usually will happen because package already exists
displayName: (azure-pipelines-task-lib) npm publish
Expand Down

0 comments on commit 559439e

Please sign in to comment.