From 12c4a0d4983c103a6404c9260489e1575b50d929 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Thu, 14 Nov 2024 08:25:44 +0100 Subject: [PATCH] fix --- .github/workflows/build-npm-pro.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-npm-pro.yaml b/.github/workflows/build-npm-pro.yaml index 9cc312f8e..3b7647501 100644 --- a/.github/workflows/build-npm-pro.yaml +++ b/.github/workflows/build-npm-pro.yaml @@ -89,29 +89,25 @@ jobs: GIST_UPLOAD_SECRET : ${{secrets.GIST_UPLOAD_SECRET}} - name: Publish dbgate-api-premium - working-directory: packages/api run: | cd .. - cd dbgate-merged + cd dbgate-merged/packages/api npm publish - name: Publish dbgate-web-premium - working-directory: packages/web run: | cd .. - cd dbgate-merged + cd dbgate-merged/packages/web npm publish - name: Publish dbgate-serve-premium - working-directory: packages/serve run: | cd .. - cd dbgate-merged + cd dbgate-merged/packages/serve npm publish - name: Publish dbgate-plugin-cosmosdb - working-directory: plugins/dbgate-plugin-cosmosdb run: | cd .. - cd dbgate-merged + cd dbgate-merged/plugins/dbgate-plugin-cosmosdb npm publish