mirror of
https://github.com/dbgate/dbgate
synced 2024-11-22 07:48:06 +00:00
fix
This commit is contained in:
parent
35b5ea138d
commit
12c4a0d498
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}}
|
||||
|
||||
- name: Publish dbgate-api-premium
|
||||
working-directory: packages/api
|
||||
run: |
|
||||
cd ..
|
||||
cd dbgate-merged
|
||||
cd dbgate-merged/packages/api
|
||||
npm publish
|
||||
|
||||
- name: Publish dbgate-web-premium
|
||||
working-directory: packages/web
|
||||
run: |
|
||||
cd ..
|
||||
cd dbgate-merged
|
||||
cd dbgate-merged/packages/web
|
||||
npm publish
|
||||
|
||||
- name: Publish dbgate-serve-premium
|
||||
working-directory: packages/serve
|
||||
run: |
|
||||
cd ..
|
||||
cd dbgate-merged
|
||||
cd dbgate-merged/packages/serve
|
||||
npm publish
|
||||
|
||||
- name: Publish dbgate-plugin-cosmosdb
|
||||
working-directory: plugins/dbgate-plugin-cosmosdb
|
||||
run: |
|
||||
cd ..
|
||||
cd dbgate-merged
|
||||
cd dbgate-merged/plugins/dbgate-plugin-cosmosdb
|
||||
npm publish
|
||||
|
Loading…
Reference in New Issue
Block a user