mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 16:06:01 +00:00
fix
This commit is contained in:
8
.github/workflows/build-npm-pro.yaml
vendored
8
.github/workflows/build-npm-pro.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user