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.
1 parent 27dcf87 commit c785691Copy full SHA for c785691
.github/workflows/publish.workflow.yml
@@ -39,6 +39,6 @@ jobs:
39
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
40
41
- name: Publish package
42
- run: npm publish --dry-run
+ run: npm publish --workspaces --dry-run
43
env:
44
0 commit comments