Skip to content

Commit

Permalink
Include access publish to the release task
Browse files Browse the repository at this point in the history
  • Loading branch information
tulios committed Sep 12, 2019
1 parent 8cbdaf1 commit ef1d26e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
displayName: yarn install
- task: Npm@1
inputs:
command: publish
command: custom
customCommand: publish --access public
customEndpoint: npm_registry
publishEndpoint: npm_registry
- bash: TOKEN=${GH_TOKEN} TAG=$(Build.SourceBranch) ./pipeline/updateGithubRelease.js
displayName: github release
Expand Down

0 comments on commit ef1d26e

Please sign in to comment.