We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed705f3 commit 689dff9Copy full SHA for 689dff9
.github/workflows/release-on-npm.yaml
@@ -32,7 +32,7 @@ jobs:
32
- run: yarn --immutable
33
34
- name: Update version of JS packages
35
- run: yarn workspaces foreach -A version --immediate "${{ env.VERSION }}"
+ run: yarn workspaces foreach -pA exec "npm version ${{ env.VERSION }} --no-git-tag-version --no-workspaces-update"
36
37
- name: Commit changes
38
run: |
0 commit comments