We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf570a commit dab90b2Copy full SHA for dab90b2
1 file changed
.github/workflows/create-release.yml
@@ -68,7 +68,13 @@ jobs:
68
with:
69
node-version: ${{ env.node-version }}
70
71
- - run: npm version --no-git-tag-version ${{ needs.prepare.outputs.version }}
+ - name: npm version ${{ needs.prepare.outputs.version }}
72
+ run: |
73
+ npm version ${{ needs.prepare.outputs.version }} \
74
+ --include-workspace-root \
75
+ --no-git-tag-version \
76
+ --no-workspaces-update \
77
+ --workspaces
78
79
- run: npm clean-install
80
0 commit comments