From d75e1fc6603d40a21f87894ad1ffd57e9dd65e8e Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Thu, 14 Nov 2024 08:12:34 +0100 Subject: [PATCH] fix --- .github/workflows/build-npm-pro.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build-npm-pro.yaml b/.github/workflows/build-npm-pro.yaml index a23c061c4..9cc312f8e 100644 --- a/.github/workflows/build-npm-pro.yaml +++ b/.github/workflows/build-npm-pro.yaml @@ -91,19 +91,27 @@ jobs: - name: Publish dbgate-api-premium working-directory: packages/api run: | + cd .. + cd dbgate-merged npm publish - name: Publish dbgate-web-premium working-directory: packages/web run: | + cd .. + cd dbgate-merged npm publish - name: Publish dbgate-serve-premium working-directory: packages/serve run: | + cd .. + cd dbgate-merged npm publish - name: Publish dbgate-plugin-cosmosdb working-directory: plugins/dbgate-plugin-cosmosdb run: | + cd .. + cd dbgate-merged npm publish