diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-12-05 01:08:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-05 01:08:14 -0500 |
| commit | 1af0139ae746141ee5e5f025b5fafa1516ccadaa (patch) | |
| tree | 9448a496ca8e8b7e954759e554456b7518331362 | |
| parent | 8b55ff2e6e32c75c183aed8bed2a9d650097f42e (diff) | |
| parent | c9832bb98afc24ac94f069405b9c3f9bac34d003 (diff) | |
Merge pull request #4665 from anthonylavado/ci-npm-fix
Fix the NPM publish scope to public
| -rw-r--r-- | .ci/azure-pipelines-api-client.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines-api-client.yml b/.ci/azure-pipelines-api-client.yml index 1c447fd97..b85932b0c 100644 --- a/.ci/azure-pipelines-api-client.yml +++ b/.ci/azure-pipelines-api-client.yml @@ -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 |
