diff --git a/.github/workflows/build-npm-pro.yaml b/.github/workflows/build-npm-pro.yaml index bf7edf34b..de8f2fbc2 100644 --- a/.github/workflows/build-npm-pro.yaml +++ b/.github/workflows/build-npm-pro.yaml @@ -98,3 +98,8 @@ jobs: cd .. cd dbgate-merged/plugins/dbgate-plugin-cosmosdb npm publish + - name: Publish dbgate-plugin-firestore + run: | + cd .. + cd dbgate-merged/plugins/dbgate-plugin-firestore + npm publish