We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dc2807 + 4e43cf6 commit 5798a84Copy full SHA for 5798a84
.github/workflows/main_workflow.yml
@@ -116,4 +116,8 @@ jobs:
116
if: ${{ github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') }}
117
env:
118
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
119
- run: npm publish --ws
+ 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