fix
Some checks are pending
Run tests / test-runner (push) Waiting to run

This commit is contained in:
SPRINX0\prochazka 2024-11-14 08:12:34 +01:00
parent 3ab6df5da2
commit d75e1fc660

View File

@ -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