Fix workspace version bumps in CI workflows
This commit is contained in:
2
.github/workflows/dev-release.yml
vendored
2
.github/workflows/dev-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user