Fix the NPM publish scope to public

This commit is contained in:
Anthony Lavado 2020-12-04 22:36:11 -05:00
parent 8b55ff2e6e
commit c9832bb98a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
- task: Npm@1
displayName: 'Publish stable typescript axios client'
inputs:
command: publish
command: publish --access public
publishRegistry: useExternalRegistry
publishEndpoint: 'jellyfin-bot for NPM'
workingDir: ./apiclient/generated/typescript/axios