Skip to content

Commit 689dff9

Browse files
committed
[CI] Fix version bump for npm packages
1 parent ed705f3 commit 689dff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-on-npm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: yarn --immutable
3333

3434
- name: Update version of JS packages
35-
run: yarn workspaces foreach -A version --immediate "${{ env.VERSION }}"
35+
run: yarn workspaces foreach -pA exec "npm version ${{ env.VERSION }} --no-git-tag-version --no-workspaces-update"
3636

3737
- name: Commit changes
3838
run: |

0 commit comments

Comments
 (0)