Merge pull request #4669 from MrTimscampi/fix-npm-public

Fix NPM command in CI
pull/4678/head
Joshua M. Boniface 4 years ago committed by GitHub
commit 8976b22ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save