mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 07:16:00 +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
|
- name: Publish dbgate-api-premium
|
||||||
working-directory: packages/api
|
working-directory: packages/api
|
||||||
run: |
|
run: |
|
||||||
|
cd ..
|
||||||
|
cd dbgate-merged
|
||||||
npm publish
|
npm publish
|
||||||
|
|
||||||
- name: Publish dbgate-web-premium
|
- name: Publish dbgate-web-premium
|
||||||
working-directory: packages/web
|
working-directory: packages/web
|
||||||
run: |
|
run: |
|
||||||
|
cd ..
|
||||||
|
cd dbgate-merged
|
||||||
npm publish
|
npm publish
|
||||||
|
|
||||||
- name: Publish dbgate-serve-premium
|
- name: Publish dbgate-serve-premium
|
||||||
working-directory: packages/serve
|
working-directory: packages/serve
|
||||||
run: |
|
run: |
|
||||||
|
cd ..
|
||||||
|
cd dbgate-merged
|
||||||
npm publish
|
npm publish
|
||||||
|
|
||||||
- name: Publish dbgate-plugin-cosmosdb
|
- name: Publish dbgate-plugin-cosmosdb
|
||||||
working-directory: plugins/dbgate-plugin-cosmosdb
|
working-directory: plugins/dbgate-plugin-cosmosdb
|
||||||
run: |
|
run: |
|
||||||
|
cd ..
|
||||||
|
cd dbgate-merged
|
||||||
npm publish
|
npm publish
|
||||||
|
|||||||
Reference in New Issue
Block a user