Skip to content

Commit 5798a84

Browse files
Merge pull request #66 from terminusdb/only_publish_certain_packages
Explicity only publish these packages
2 parents 6dc2807 + 4e43cf6 commit 5798a84

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main_workflow.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,8 @@ jobs:
116116
if: ${{ github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') }}
117117
env:
118118
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
119-
run: npm publish --ws
119+
run: |
120+
npm publish --workspace packages/tdb-access-control-component \
121+
--workspace packages/tdb-documents-ui \
122+
--workspace packages/tdb-react-components \
123+
--workspace packages/tdb-react-table

0 commit comments

Comments
 (0)