Skip to content

Commit cee94fe

Browse files
author
SPRINX0\prochazka
committed
added missing package
1 parent 80330a2 commit cee94fe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-npm.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
working-directory: packages/dbmodel
8282
run: |
8383
npm publish --tag "$NPM_TAG"
84+
- name: Publish rest
85+
working-directory: packages/rest
86+
run: |
87+
npm publish --tag "$NPM_TAG"
88+
8489
- name: Publish dbgate-plugin-csv
8590
working-directory: plugins/dbgate-plugin-csv
8691
run: |

0 commit comments

Comments
 (0)