mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
Fix the NPM publish scope to public
This commit is contained in:
parent
8b55ff2e6e
commit
c9832bb98a
@ -52,7 +52,7 @@ jobs:
|
|||||||
- task: Npm@1
|
- task: Npm@1
|
||||||
displayName: 'Publish stable typescript axios client'
|
displayName: 'Publish stable typescript axios client'
|
||||||
inputs:
|
inputs:
|
||||||
command: publish
|
command: 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…
Reference in New Issue
Block a user