Merge pull request #4665 from anthonylavado/ci-npm-fix

Fix the NPM publish scope to public
pull/4669/head
Joshua M. Boniface 4 years ago committed by GitHub
commit 1af0139ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save