diff options
| -rw-r--r-- | .ci/azure-pipelines-api-client.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/azure-pipelines-api-client.yml b/.ci/azure-pipelines-api-client.yml index 1c447fd97..177f78889 100644 --- a/.ci/azure-pipelines-api-client.yml +++ b/.ci/azure-pipelines-api-client.yml @@ -52,7 +52,8 @@ jobs: - task: Npm@1 displayName: 'Publish stable typescript axios client' inputs: - command: publish + command: custom + customCommand: publish --access public publishRegistry: useExternalRegistry publishEndpoint: 'jellyfin-bot for NPM' workingDir: ./apiclient/generated/typescript/axios |
