chore: auto-update github workflows

This commit is contained in:
CI workflows
2026-03-19 09:33:56 +00:00
parent 003db50833
commit 8e00137751
+4 -1
View File
@@ -56,7 +56,10 @@ jobs:
working-directory: packages/sqltree
run: |
npm publish --tag "$NPM_TAG"
- name: Publish rest
working-directory: packages/rest
run: |
npm publish --tag "$NPM_TAG"
- name: Publish api
working-directory: packages/api
run: |