aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.ci/azure-pipelines-api-client.yml2
-rw-r--r--.github/CODEOWNERS1
2 files changed, 2 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
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index e902dc712..e1900d583 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,3 +1,4 @@
# Joshua must review all changes to deployment and build.sh
+.ci/* @joshuaboniface
deployment/* @joshuaboniface
build.sh @joshuaboniface