mirror of
https://github.com/dbgate/dbgate
synced 2024-11-21 23:39:46 +00:00
This commit is contained in:
parent
3ab6df5da2
commit
d75e1fc660
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
|
||||
|
Loading…
Reference in New Issue
Block a user