Fix workspace version bumps in CI workflows

This commit is contained in:
Shantur Rathore
2025-11-21 13:52:45 +00:00
parent 2052c5566e
commit cacfbc24cc
2 changed files with 5 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ jobs:
cache: npm
- name: Set workspace versions
run: npm pkg set version=${VERSION} --workspaces --include-workspace-root
run: npm version ${VERSION} --workspaces --include-workspace-root --no-git-tag-version --allow-same-version
- name: Install dependencies
run: npm ci --workspaces