mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-02 11:23:59 +00:00
fix
This commit is contained in:
12
.github/workflows/build-npm-pro.yaml
vendored
12
.github/workflows/build-npm-pro.yaml
vendored
@@ -89,29 +89,25 @@ jobs:
|
|||||||
GIST_UPLOAD_SECRET : ${{secrets.GIST_UPLOAD_SECRET}}
|
GIST_UPLOAD_SECRET : ${{secrets.GIST_UPLOAD_SECRET}}
|
||||||
|
|
||||||
- name: Publish dbgate-api-premium
|
- name: Publish dbgate-api-premium
|
||||||
working-directory: packages/api
|
|
||||||
run: |
|
run: |
|
||||||
cd ..
|
cd ..
|
||||||
cd dbgate-merged
|
cd dbgate-merged/packages/api
|
||||||
npm publish
|
npm publish
|
||||||
|
|
||||||
- name: Publish dbgate-web-premium
|
- name: Publish dbgate-web-premium
|
||||||
working-directory: packages/web
|
|
||||||
run: |
|
run: |
|
||||||
cd ..
|
cd ..
|
||||||
cd dbgate-merged
|
cd dbgate-merged/packages/web
|
||||||
npm publish
|
npm publish
|
||||||
|
|
||||||
- name: Publish dbgate-serve-premium
|
- name: Publish dbgate-serve-premium
|
||||||
working-directory: packages/serve
|
|
||||||
run: |
|
run: |
|
||||||
cd ..
|
cd ..
|
||||||
cd dbgate-merged
|
cd dbgate-merged/packages/serve
|
||||||
npm publish
|
npm publish
|
||||||
|
|
||||||
- name: Publish dbgate-plugin-cosmosdb
|
- name: Publish dbgate-plugin-cosmosdb
|
||||||
working-directory: plugins/dbgate-plugin-cosmosdb
|
|
||||||
run: |
|
run: |
|
||||||
cd ..
|
cd ..
|
||||||
cd dbgate-merged
|
cd dbgate-merged/plugins/dbgate-plugin-cosmosdb
|
||||||
npm publish
|
npm publish
|
||||||
|
|||||||
Reference in New Issue
Block a user