2
0
Эх сурвалжийг харах

Merge pull request #4669 from MrTimscampi/fix-npm-public

Fix NPM command in CI
Joshua M. Boniface 4 жил өмнө
parent
commit
8976b22ac4

+ 2 - 1
.ci/azure-pipelines-api-client.yml

@@ -52,7 +52,8 @@ jobs:
     - task: Npm@1
       displayName: 'Publish stable typescript axios client'
       inputs:
-        command: publish --access public
+        command: custom
+        customCommand: publish --access public
         publishRegistry: useExternalRegistry
         publishEndpoint: 'jellyfin-bot for NPM'
         workingDir: ./apiclient/generated/typescript/axios